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