HomeSort by relevance Sort by last modified time
    Searched defs:m_testCtx (Results 1 - 18 of 18) sorted by null

  /external/deqp/framework/common/
tcuTestCaseWrapper.hpp 45 TestContext& m_testCtx;
tcuApp.hpp 83 TestContext* m_testCtx;
tcuTestCase.hpp 90 TestContext& getTestContext (void) const { return m_testCtx; }
101 TestContext& m_testCtx;
143 * the test case must set valid status code to test context (m_testCtx).
tcuTestExecutor.hpp 155 TestContext& m_testCtx;
  /external/deqp/modules/glshared/
glsShaderLibrary.hpp 52 tcu::TestContext& m_testCtx;
glsFboCompletenessTests.hpp 64 TestContext& getTestContext (void) const { return m_testCtx; }
76 TestContext& m_testCtx;
glsLifetimeTests.hpp 69 , m_testCtx (testCtx) {}
71 TestContext& getTestContext (void) const { return m_testCtx; }
73 TestLog& log (void) const { return m_testCtx.getLog(); }
77 TestContext& m_testCtx;
glsLifetimeTests.cpp 630 TestContext& m_testCtx;
637 : m_testCtx (testCtx)
679 m_testCtx.setTestResult(m_result, m_message);
    [all...]
glsTextureTestUtil.hpp 203 tcu::TestContext& m_testCtx;
225 tcu::TestContext& m_testCtx;
glsShaderLibrary.cpp 202 tcu::TestContext& m_testCtx;
213 : m_testCtx (testCtx)
    [all...]
  /external/deqp/modules/gles2/
tes2Context.hpp 51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
57 tcu::TestContext& m_testCtx;
  /external/deqp/modules/gles3/
tes3Context.hpp 51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
57 tcu::TestContext& m_testCtx;
  /external/deqp/modules/gles31/
tes31Context.hpp 51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
63 tcu::TestContext& m_testCtx;
  /external/deqp/modules/egl/
teglTestCase.hpp 58 tcu::TestContext& getTestContext (void) { return m_testCtx; }
84 tcu::TestContext& m_testCtx;
teglGLES2SharedRenderingPerfTests.cpp 117 EglTestContext& m_testCtx;
494 , m_testCtx (testCtx)
514 if ( !checkExtension(eglQueryString(m_testCtx.getDisplay().getEGLDisplay(), EGL_EXTENSIONS), "EGL_KHR_image_base")
515 || !checkExtension(eglQueryString(m_testCtx.getDisplay().getEGLDisplay(), EGL_EXTENSIONS), "EGL_KHR_gl_texture_2D_image"))
525 m_eglContext = createEGLContext(m_testCtx, eglConfig, (share && parent ? parent->getEGLContext() : EGL_NO_CONTEXT));
526 m_eglSurface = createEGLSurface(m_testCtx, eglConfig, config);
528 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_testCtx.getDisplay().getEGLDisplay(), m_eglSurface, m_eglSurface, m_eglContext));
530 m_testCtx.getGLFunctions(m_gl, glu::ApiType::es(2,0));
605 TCU_CHECK_EGL_CALL(eglMakeCurrent(m_testCtx.getDisplay().getEGLDisplay(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
619 EGLImageKHR image = m_eglCreateImageKHR(m_testCtx.getDisplay().getEGLDisplay(), m_eglContext, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)sou (…)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 159 tcu::TestContext& m_testCtx;
169 : m_testCtx (context.getTestContext())
195 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
196 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, err.c_str());
230 m_testCtx.getLog() << tcu::TestLog::Message << "Error, resource name \"" << resource << "\" refers to a non-basic type." << tcu::TestLog::EndMessage;
246 m_testCtx.getLog() << tcu::TestLog::Message << "Error, could not find resource \"" << resource << "\" in the program" << tcu::TestLog::EndMessage;
254 m_testCtx.getLog() << tcu::TestLog::Message << "Error, could not find builtin resource \"" << resource << "\" in the program" << tcu::TestLog::EndMessage;
323 m_testCtx.getLog() << tcu::TestLog::Message << "Error, could not find resource \"" << resource << "\" in the program" << tcu::TestLog::EndMessage;
353 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeName(variable->getBasicType()) << tcu::TestLog::EndMessage;
357 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromG (…)
    [all...]
  /external/deqp/execserver/tools/
xsTest.cpp 186 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {}
195 TestContext& m_testCtx;
209 TestContext& m_testCtx;
213 : m_testCtx(testCtx)
276 if (m_testCtx.startServer)
278 string cmdLine = m_testCtx.serverPath + " --port=" + de::toString(m_testCtx.address.getPort());
299 socket.connect(m_testCtx.address);
419 execMsg.name = m_testCtx.testerPath;
478 execMsg.name = m_testCtx.testerPath
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 136 tcu::TestContext& m_testCtx;
143 , m_testCtx (testCtx)
153 TestLog& log = m_testCtx.getLog();
154 TextureRenderer renderer (m_renderCtx, m_testCtx, glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP);
172 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
188 tcu::TestContext& m_testCtx;
195 , m_testCtx (testCtx)
206 TestLog& log = m_testCtx.getLog();
207 TextureRenderer renderer (m_renderCtx, m_testCtx, glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP);
232 m_testCtx.setTestResult(allFacesOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL
    [all...]

Completed in 1856 milliseconds