Searched refs:maxReport (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.2.23/include/nw/dev/ |
| D | dev_Config.h | 27 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a… argument 35 #define NW_INITIALIZE_PROFILE(maxReport, allocator) (void)0 argument
|
| D | dev_ParticleProfile.h | 43 static void Initialize(int maxReport, os::IAllocator* allocator); 147 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia… argument 166 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) (void)0 argument
|
| D | dev_Profile.h | 102 : maxReport(DEFAULT_MAX_REPORT), in Description() 108 s32 maxReport; //!< レポートの最大数です。 member 241 static void Initialize(int maxReport, os::IAllocator* allocator);
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_ParticleProfile.cpp | 38 ParticleProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument 43 description.maxReport = (maxReport); in Initialize()
|
| D | dev_Profile.cpp | 48 ut::MoveArray<Report> reports(description.maxReport, allocator); in CreateProfileManager() 399 ProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument 409 description.maxReport = maxReport; in Initialize()
|