Searched refs:texTime (Results 1 – 5 of 5) sorted by relevance
471 int texTime = (int)(1000 * profiler.cycles[PERF_TEX] / profiler.cycles[PERF_PIXEL] + 0.5); in profile() local479 shaderTime -= texTime; in profile()481 double texTimeF = (double)texTime / 10; in profile()501 …html += "<div style='position:relative; float:left; width:" + itoa(texTime) + "px; height:40px;… in profile()
744 Long texTime = Ticks(); in sampleTexture() local751 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()
756 Long texTime = Ticks(); in sampleTexture() local763 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()
1234 Long texTime = Ticks(); in sampleTexture() local1258 cycles[PERF_TEX] += Ticks() - texTime; in sampleTexture()