Searched refs:texTime (Results 1 – 3 of 3) sorted by relevance
470 int texTime = (int)(1000 * profiler.cycles[PERF_TEX] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local478 shaderTime -= texTime; in profile()480 double texTimeF = (double)texTime / 10; in profile()500 …html += "<div style='position:relative; float:left; width:" + itoa(texTime) + "px; height:40px;… in profile()
700 Long texTime = Ticks(); in sampleTexture() local721 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()
1231 Long texTime = Ticks(); in sampleTexture() local1255 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()