Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmPerf.cpp268 …if ( m_PerfBar.Begin( cpuPerf->GetCostCount() * 6 + gpuPerf->GetCostCount() * 6, GL_TRIANGLES, 0.f… in Render()
271 for ( i=0; i<cpuPerf->GetCostCount(); i++ ) in Render()
283 for ( i=0; i<gpuPerf->GetCostCount(); i++ ) in Render()
Dmain.cpp283 for ( int i = 0; i < s_CpuPerf->GetCostCount(); i++ ) in OutputLog()
290 for ( int i = 0; i < s_GpuPerf->GetCostCount(); i++ ) in OutputLog()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPerf.h112 uint GetCostCount() in GetCostCount() function