Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmPerf.cpp26 SmGpuPerf* s_GpuPerf = NULL; variable
78 if ( s_GpuPerf ) in SmGpuPerf()
87 s_GpuPerf = this; in SmGpuPerf()
96 s_GpuPerf = NULL; in ~SmGpuPerf()
172 if ( s_GpuPerf ) in Callback()
174 s_GpuPerf->Invoke(id); in Callback()
Dmain.cpp92 SmGpuPerf* s_GpuPerf = NULL; variable
220 s_GpuPerf = new SmGpuPerf(); in InitializeGfx()
221 NW_NULL_ASSERT( s_GpuPerf ); in InitializeGfx()
236 SM_SAFE_DELETE(s_GpuPerf); in TerminateGfx()
288 for ( int i = 0; i < s_GpuPerf->GetCostCount(); i++ ) in OutputLog()
291 gpuCost += s_GpuPerf->GetCost(i); in OutputLog()
432 s_GpuPerf->Begin( costName, costColor ); \
435 s_GpuPerf->End(); \
644 s_GpuPerf->Reset(); in DemoScene()
782 s_PerfDrawer->Render( s_CpuPerf, s_GpuPerf ); in DemoScene()