Searched refs:maxReport (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_Config.h | 29 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a… argument 37 #define NW_INITIALIZE_PROFILE(maxReport, allocator) (void)0 argument
|
| D | dev_ParticleProfile.h | 45 static void Initialize(int maxReport, os::IAllocator* allocator); 149 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia… argument 168 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) (void)0 argument
|
| D | dev_Profile.h | 104 : maxReport(DEFAULT_MAX_REPORT), in Description() 110 s32 maxReport; //!< レポートの最大数です。 member 243 static void Initialize(int maxReport, os::IAllocator* allocator);
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_ParticleProfile.cpp | 40 ParticleProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument 45 description.maxReport = (maxReport); in Initialize()
|
| D | dev_Profile.cpp | 50 ut::MoveArray<Report> reports(description.maxReport, allocator); in CreateProfileManager() 401 ProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize() argument 411 description.maxReport = maxReport; in Initialize()
|