Searched refs:s_GpuPerf (Results 1 – 2 of 2) sorted by relevance
26 SmGpuPerf* s_GpuPerf = NULL; variable78 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()
92 SmGpuPerf* s_GpuPerf = NULL; variable220 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()