Home
last modified time | relevance | path

Searched refs:GetCostCount (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmPerf.cpp266 …if ( m_PerfBar.Begin( cpuPerf->GetCostCount() * 6 + gpuPerf->GetCostCount() * 6, GL_TRIANGLES, 0.f… in Render()
269 for ( i=0; i<cpuPerf->GetCostCount(); i++ ) in Render()
281 for ( i=0; i<gpuPerf->GetCostCount(); i++ ) in Render()
Dmain.cpp285 for ( int i = 0; i < s_CpuPerf->GetCostCount(); i++ ) in OutputLog()
293 for ( int i = 0; i < s_GpuPerf->GetCostCount(); i++ ) in OutputLog()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmPerf.h110 uint GetCostCount() in GetCostCount() function