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

  /external/deqp/modules/internal/
ditTestLogTests.cpp 58 log << TestLog::Sample << 1 << 2 << 2.3 << TestLog::EndSample
59 << TestLog::Sample << 0 << 0 << 0 << TestLog::EndSample
60 << TestLog::Sample << 421 << -23 << 0.00001 << TestLog::EndSample
61 << TestLog::Sample << 2 << 9 << -1e9 << TestLog::EndSample
62 << TestLog::Sample << std::numeric_limits<deInt64>::max() << std::numeric_limits<deInt64>::min() << -0.0f << TestLog::EndSample
63 << TestLog::Sample << 0x3355 << 0xf24 << std::numeric_limits<double>::max() << TestLog::EndSample;
  /external/deqp/framework/common/
tcuTestLog.hpp 89 static const class EndSampleToken {} EndSample;
171 void endSample (void);
tcuTestLog.cpp 176 m_log->endSample();
504 void TestLog::endSample (void)
524 const TestLog::EndSampleToken TestLog::EndSample = TestLog::EndSampleToken();
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
es3pDepthTests.cpp 654 log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::EndSample;
671 log << TestLog::Sample << sample.workload << sample.order << sample.testTime << sample.nullTime << sample.baseTime << TestLog::EndSample;
    [all...]
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 437 log << TestLog::Sample << deInt64(m_samples[sampleNdx]) << TestLog::EndSample;
teglGLES2SharedRenderingPerfTests.cpp 948 log << TestLog::Sample << deInt64(resultsUs[resultNdx]) << TestLog::EndSample;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]

Completed in 161 milliseconds