Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/dev/
Ddev_ParticleProfile.h28 namespace dev
80 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 …]
Ddev_Config.h29 #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()
Ddev_Utility.h36 namespace dev {
52 namespace dev {
Ddev_CallbackChain.h30 namespace dev {
Ddev_DirectPrint.h30 namespace dev
Ddev_Screenshot.h40 namespace dev
Ddev_Profile.h34 namespace dev
/NW4C-2.0.3/sources/libraries/dev/
Ddev_ParticleProfile.cpp26 namespace dev namespace
44 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()
Ddev_Utility.cpp53 namespace dev namespace
Ddev_CallbackChain.cpp26 namespace dev namespace
Ddev_Screenshot.cpp27 namespace dev namespace
Ddev_Profile.cpp39 namespace dev namespace
Ddev_DirectPrint.cpp28 namespace dev namespace
/NW4C-2.0.3/sources/libraries/
DOMakefile22 .SUBDIRS: anim font gfx io lyt math os ut snd dev demo
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_AutoTester.cpp148 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()
/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h645 nw::dev::ScreenshotManager* m_ScreenshotManager;