Searched refs:dev (Results 1 – 16 of 16) sorted by relevance
26 namespace dev78 static nw::dev::ProfileManager* GetProfileManager() in GetProfileManager()99 nw::dev::ProfileManager* m_ProfileManager;100 nw::dev::ProfileManager* m_IntervalProfileManager;104 nw::dev::ProfileManager::Report m_Report;119 static nw::dev::ProfileManager* GetProfileManager(){ return NULL; }138 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name)140 #define NW_PARTICLE_PROFILE_STOP() if(ret) nw::dev::ParticleProfileCenter::Stop()144 nw::dev::AutoProfile p(name, nw::dev::ParticleProfileCenter::GetProfileManager()) 147 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia…[all …]
27 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a…28 #define NW_FINALIZE_PROFILE(allocator) nw::dev::ProfileCenter::Finalize(allocator)29 #define NW_PROFILE(name) nw::dev::AutoProfile NW_profile(name, nw::dev::ProfileCenter::GetProfileMa…30 #define NW_DUMP_PROFILE() nw::dev::ProfileCenter::GetProfileManager()->DumpReports()31 #define NW_CLEAR_PROFILE() nw::dev::ProfileCenter::GetProfileManager()->ClearReports()
34 namespace dev {50 namespace dev {
28 namespace dev {
28 namespace dev
38 namespace dev
32 namespace dev
24 namespace dev namespace42 nw::dev::ProfileManager::Description description; in Initialize()44 description.exportFormat = nw::dev::ProfileManager::CHART; in Initialize()45 description.accuracy = nw::dev::ProfileManager::MILI_SECOND; in Initialize()46 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()48 …nw::dev::ProfileManager* profileManager = nw::dev::ProfileManager::CreateProfileManager( descripti… in Initialize()54 profileManager = nw::dev::ProfileManager::CreateProfileManager( description, (allocator) ); in Initialize()
51 namespace dev namespace
24 namespace dev namespace
25 namespace dev namespace
37 namespace dev namespace
20 .SUBDIRS: anim font gfx io lyt math os ut snd dev demo
146 m_ScreenshotManager = nw::dev::ScreenshotManager::Create( in Initialize()149 nw::dev::CalcMemorySize(GL_RGBA8_OES, 400, 320) in Initialize()285 nw::dev::Screenshot* shotDisplay = m_ScreenshotManager->GetScreenshot(screenshotIndex); in SendScreenshot()
643 nw::dev::ScreenshotManager* m_ScreenshotManager;