Searched defs:maxReport (Results 1 – 5 of 5) sorted by relevance
29 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a… argument37 #define NW_INITIALIZE_PROFILE(maxReport, allocator) (void)0 argument
149 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia… argument168 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) (void)0 argument
110 s32 maxReport; //!< レポートの最大数です。 member
40 ParticleProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize()
401 ProfileCenter::Initialize(int maxReport, os::IAllocator* allocator) in Initialize()