Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmPerf.cpp201 SmGpuPerf::GetCost( uint costNo ) in GetCost() function in __anoncca5aef00111::SmGpuPerf
273 cost = cpuPerf->GetCost(i); in Render()
285 cost = gpuPerf->GetCost(i); in Render()
Dmain.cpp286 cpuCost += s_CpuPerf->GetCost(i); in OutputLog()
293 gpuCost += s_GpuPerf->GetCost(i); in OutputLog()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmPerf.h154 virtual f32 GetCost( uint costNo ) in GetCost() function
220 virtual f32 GetCost( uint costNo );