Home
last modified time | relevance | path

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

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