Searched refs:texTime (Results 1 – 3 of 3) sorted by relevance
472 int texTime = (int)(1000 * profiler.cycles[PERF_TEX] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local480 shaderTime -= texTime; in profile()482 double texTimeF = (double)texTime / 10; in profile()502 …html += "<div style='position:relative; float:left; width:" + itoa(texTime) + "px; height:40px;… in profile()
785 Long texTime = Ticks(); in sampleTexture() local792 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()
1234 Long texTime = Ticks(); in sampleTexture() local1258 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()