Searched refs:texOperationsFrame (Results 1 – 6 of 6) sorted by relevance
47 texOperationsFrame = 0; in reset()59 texOperationsFrame = sw::atomicExchange(&texOperations, 0); in nextFrame()63 texOperationsTotal += texOperationsFrame; in nextFrame()
66 int64_t texOperationsFrame; member
493 …html += "<p>Texture operations (million): " + ftoa(profiler.texOperationsFrame / 1.0e6f) + " (curr… in profile()