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

  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
es3pShaderCompilationCases.cpp     [all...]
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/framework/common/
tcuTestCaseWrapper.cpp 109 m_testCtx.getLog() << TestLog::Integer("TestDuration", "Test case duration in microseconds", "us", QP_KEY_TAG_TIME, duration);
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 89 << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime);
135 m_testCtx.getLog() << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime);
  /external/deqp/framework/qphelper/
qpTestLog.h 88 QP_KEY_TAG_TIME,
qpTestLog.c 190 { QP_KEY_TAG_TIME, "Time" },
    [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 456 log << tcu::TestLog::Float(s_compileTimeDesc[shaderType].name, s_compileTimeDesc[shaderType].description, "ms", QP_KEY_TAG_TIME, (float)shaderInfo.compileTimeUs / 1000.0f);
462 log << tcu::TestLog::Float("LinkTime", "Link time", "ms", QP_KEY_TAG_TIME, (float)progInfo.linkTimeUs / 1000.0f);
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
es2pShaderOperatorTests.cpp     [all...]

Completed in 339 milliseconds