Home
last modified time | relevance | path

Searched refs:framesTotal (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Device/
DConfig.cpp31 framesTotal = 0; in reset()
48 framesTotal += framesSec; in nextFrame()
DConfig.hpp42 int framesTotal; member
/external/swiftshader/src/Main/
DConfig.cpp32 framesTotal = 0; in reset()
78 framesTotal += framesSec; in nextFrame()
DConfig.hpp54 int framesTotal; member
DSwiftConfig.cpp469 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile()
489 …double averageRopOperations = profiler.ropOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()
490 …double averageCompressedTex = profiler.compressedTexTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()
491 …double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()