Searched refs:texOperationsTotal (Results 1 – 3 of 3) sorted by relevance
46 texOperationsTotal = 0; in reset()63 texOperationsTotal += texOperationsFrame; in nextFrame()
65 int64_t texOperationsTotal; member
490 …double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()