HomeSort by relevance Sort by last modified time
    Searched refs:QP_KEY_TAG_PERFORMANCE (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 277 log << TestLog::Float("FramesPerSecond", "Frames per second in measurement\t\t", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)framesPerSecond);
278 log << TestLog::Float("AverageFrameTime", "Average frame duration in measurement\t", "us", QP_KEY_TAG_PERFORMANCE, (float)avgFrameTime);
279 log << TestLog::Float("AverageTexelPerf", "Average texel upload performance\t\t", "MTex/s", QP_KEY_TAG_PERFORMANCE, (float)avgMTexelsPerSeconds);
280 log << TestLog::Float("AverageTexelTime", "Average texel upload duration\t\t", "ns", QP_KEY_TAG_PERFORMANCE, (float)avgTexelDrawDurationNs);
281 log << TestLog::Float("MedianTexelPerf", "Median texel upload performance\t\t", "MTex/s", QP_KEY_TAG_PERFORMANCE, (float)medianMTexelsPerSeconds);
282 log << TestLog::Float("MedianTexelTime", "Median texel upload duration\t\t", "ns", QP_KEY_TAG_PERFORMANCE, (float)medianTexelDrawDurationNs);
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 333 log << TestLog::Float("FramesPerSecond", "Frames per second in measurement", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)framesPerSecond)
335 << TestLog::Float("FragmentPerf", "Fragment performance", "MPix/s", QP_KEY_TAG_PERFORMANCE, (float)mfragPerSecond)
336 << TestLog::Float("VertexPerf", "Vertex performance", "MVert/s", QP_KEY_TAG_PERFORMANCE, (float)mvertPerSecond);
  /external/deqp/framework/qphelper/
qpTestLog.h 85 QP_KEY_TAG_PERFORMANCE,
qpTestLog.c 187 { QP_KEY_TAG_PERFORMANCE, "Performance" },
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
es3pShaderOperatorTests.cpp     [all...]

Completed in 711 milliseconds