Home
last modified time | relevance | path

Searched refs:s_GpuPerf (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmPerf.cpp28 SmGpuPerf* s_GpuPerf = NULL; variable
80 if ( s_GpuPerf ) in SmGpuPerf()
89 s_GpuPerf = this; in SmGpuPerf()
98 s_GpuPerf = NULL; in ~SmGpuPerf()
174 if ( s_GpuPerf ) in Callback()
176 s_GpuPerf->Invoke(id); in Callback()
Dmain.cpp94 SmGpuPerf* s_GpuPerf = NULL; variable
222 s_GpuPerf = new SmGpuPerf(); in InitializeGfx()
223 NW_NULL_ASSERT( s_GpuPerf ); in InitializeGfx()
238 SM_SAFE_DELETE(s_GpuPerf); in TerminateGfx()
290 for ( int i = 0; i < s_GpuPerf->GetCostCount(); i++ ) in OutputLog()
293 gpuCost += s_GpuPerf->GetCost(i); in OutputLog()
434 s_GpuPerf->Begin( costName, costColor ); \
437 s_GpuPerf->End(); \
646 s_GpuPerf->Reset(); in DemoScene()
784 s_PerfDrawer->Render( s_CpuPerf, s_GpuPerf ); in DemoScene()