Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 16 of 16) sorted by relevance

/NW4C-1.3.3/include/nw/dev/
Ddev_ParticleProfile.h26 namespace dev
78 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 …]
Ddev_Config.h27 #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()
Ddev_Utility.h34 namespace dev {
50 namespace dev {
Ddev_CallbackChain.h28 namespace dev {
Ddev_DirectPrint.h28 namespace dev
Ddev_Screenshot.h38 namespace dev
Ddev_Profile.h32 namespace dev
/NW4C-1.3.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp24 namespace dev namespace
42 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()
Ddev_Utility.cpp51 namespace dev namespace
Ddev_CallbackChain.cpp24 namespace dev namespace
Ddev_Screenshot.cpp25 namespace dev namespace
Ddev_Profile.cpp37 namespace dev namespace
Ddev_DirectPrint.cpp25 namespace dev namespace
/NW4C-1.3.3/sources/libraries/
DOMakefile20 .SUBDIRS: anim font gfx io lyt math os ut snd dev demo
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_AutoTester.cpp146 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()
/NW4C-1.3.3/include/nw/demo/
Ddemo_DebugUtility.h643 nw::dev::ScreenshotManager* m_ScreenshotManager;