HomeSort by relevance Sort by last modified time
    Searched refs:TestLog (Results 326 - 349 of 349) sorted by null

<<11121314

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestLog.java 25 public class TestLog extends RSBaseCompute {
278 public void testLog() {
CoreMathVerifier.java     [all...]
  /external/deqp/modules/gles2/stress/
es2sMemoryTests.cpp 34 using tcu::TestLog;
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 787 tcu::TestLog& log = m_testCtx.getLog();
795 log << tcu::TestLog::Message << ("Using " + de::toString(m_numUnits) + " texture unit(s) and " + de::toString(m_numTextures) + " texture(s)").c_str() << tcu::TestLog::EndMessage;
    [all...]
es3fFboRenderTest.cpp 46 using tcu::TestLog;
425 tcu::TestLog& log = m_testCtx.getLog();
485 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles3Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
    [all...]
es3fInstancedRenderingTests.cpp 305 tcu::TestLog& log = m_testCtx.getLog();
es3fPixelBufferObjectTests.cpp 91 tcu::TestLog& m_log;
es3fStencilTests.cpp 291 tcu::TestLog& log = m_testCtx.getLog();
es3fVertexTextureTests.cpp 43 using tcu::TestLog;
475 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
    [all...]
es3fTextureSpecificationTests.cpp 60 using tcu::TestLog;
172 tcu::TestLog& log = m_testCtx.getLog();
    [all...]
  /external/deqp/modules/gles3/stress/
es3sMemoryTests.cpp 36 using tcu::TestLog;
es3sDrawTests.cpp 214 m_testCtx.getLog() << tcu::TestLog::Message << "Got error: " << glu::getErrorStr(error) << ", ignoring..." << tcu::TestLog::EndMessage;
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 409 void log (tcu::TestLog& dst) const { dst << m_program; }
600 void log (tcu::TestLog& dst) const { dst << m_program; }
845 void log (tcu::TestLog& dst) const { dst << m_program; }
    [all...]
glsShaderRenderCase.cpp 393 TestLog& log = m_testCtx.getLog();
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 31 class DataDrivenLogger : public TestLog {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 288 tcu::TestLog& log = m_testCtx.getLog();
es2fVertexTextureTests.cpp 43 using tcu::TestLog;
377 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
    [all...]
es2fFboRenderTest.cpp 563 tcu::TestLog& log = m_testCtx.getLog();
623 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
    [all...]
es2fTextureSpecificationTests.cpp 57 using tcu::TestLog;
417 tcu::TestLog& log = m_testCtx.getLog();
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 60 using tcu::TestLog;
138 tcu::TestLog& log = m_testCtx.getLog();
    [all...]
es31fNegativeVertexArrayApiTests.cpp 42 using tcu::TestLog;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 31 class DataDrivenLogger : public TestLog {
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 235 rpcCall('TestLog', {message: message});

Completed in 1074 milliseconds

<<11121314