Searched defs:EndSample (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/internal/
H A DditTestLogTests.cpp58 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; member in class:dit::BasicSampleListCase::TestLog
/external/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp437 log << TestLog::Sample << deInt64(m_samples[sampleNdx]) << TestLog::EndSample; member in class:deqp::egl::TestLog
H A DteglGLES2SharedRenderingPerfTests.cpp948 log << TestLog::Sample << deInt64(resultsUs[resultNdx]) << TestLog::EndSample; member in class:deqp::egl::__anon4230::__anon4232::TestLog
/external/deqp/framework/common/
H A DtcuTestLog.hpp89 static const class EndSampleToken {} EndSample; member in class:tcu::TestLog
H A DtcuTestLog.cpp524 const TestLog::EndSampleToken TestLog::EndSample = TestLog::EndSampleToken(); member in class:tcu::TestLog

Completed in 209 milliseconds