Searched defs:maxReport (Results 1 – 5 of 5) sorted by relevance
27 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a… argument35 #define NW_INITIALIZE_PROFILE(maxReport, allocator) (void)0 argument
147 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia… argument166 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) (void)0 argument
108 s32 maxReport; //!< レポートの最大数です。 member
38 ParticleProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize()
399 ProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize()