Searched refs:dev (Results 1 – 16 of 16) sorted by relevance
28 namespace dev80 static nw::dev::ProfileManager* GetProfileManager() in GetProfileManager()101 nw::dev::ProfileManager* m_ProfileManager;102 nw::dev::ProfileManager* m_IntervalProfileManager;106 nw::dev::ProfileManager::Report m_Report;121 static nw::dev::ProfileManager* GetProfileManager(){ return NULL; }140 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name)142 #define NW_PARTICLE_PROFILE_STOP() if(ret) nw::dev::ParticleProfileCenter::Stop()146 nw::dev::AutoProfile p(name, nw::dev::ParticleProfileCenter::GetProfileManager()) 149 #define NW_INITIALIZE_PARTICLE_PROFILE(maxReport, allocator) nw::dev::ParticleProfileCenter::Initia…[all …]
29 #define NW_INITIALIZE_PROFILE(maxReport, allocator) nw::dev::ProfileCenter::Initialize(maxReport, a…30 #define NW_FINALIZE_PROFILE(allocator) nw::dev::ProfileCenter::Finalize(allocator)31 #define NW_PROFILE(name) nw::dev::AutoProfile NW_profile(name, nw::dev::ProfileCenter::GetProfileMa…32 #define NW_DUMP_PROFILE() nw::dev::ProfileCenter::GetProfileManager()->DumpReports()33 #define NW_CLEAR_PROFILE() nw::dev::ProfileCenter::GetProfileManager()->ClearReports()
36 namespace dev {52 namespace dev {
30 namespace dev {
30 namespace dev
40 namespace dev
34 namespace dev
26 namespace dev namespace44 nw::dev::ProfileManager::Description description; in Initialize()46 description.exportFormat = nw::dev::ProfileManager::CHART; in Initialize()47 description.accuracy = nw::dev::ProfileManager::MILI_SECOND; in Initialize()48 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()50 …nw::dev::ProfileManager* profileManager = nw::dev::ProfileManager::CreateProfileManager( descripti… in Initialize()56 profileManager = nw::dev::ProfileManager::CreateProfileManager( description, (allocator) ); in Initialize()
53 namespace dev namespace
26 namespace dev namespace
27 namespace dev namespace
39 namespace dev namespace
28 namespace dev namespace
22 .SUBDIRS: anim font gfx io lyt math os ut snd dev demo
148 m_ScreenshotManager = nw::dev::ScreenshotManager::Create( in Initialize()151 nw::dev::CalcMemorySize(GL_RGBA8_OES, 400, 320) in Initialize()287 nw::dev::Screenshot* shotDisplay = m_ScreenshotManager->GetScreenshot(screenshotIndex); in SendScreenshot()
645 nw::dev::ScreenshotManager* m_ScreenshotManager;