Searched defs:m_testCtx (Results 1 - 18 of 18) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestCaseWrapper.hpp45 TestContext& m_testCtx; member in class:tcu::TestCaseWrapper
H A DtcuApp.hpp83 TestContext* m_testCtx; member in class:tcu::App
H A DtcuTestCase.hpp82 TestContext& getTestContext (void) const { return m_testCtx; }
93 TestContext& m_testCtx; member in class:tcu::TestNode
135 * the test case must set valid status code to test context (m_testCtx).
H A DtcuTestExecutor.hpp155 TestContext& m_testCtx; member in class:tcu::TestExecutor
/external/deqp/modules/glshared/
H A DglsShaderLibrary.hpp52 tcu::TestContext& m_testCtx; member in class:deqp::gls::ShaderLibrary
H A DglsFboCompletenessTests.hpp64 TestContext& getTestContext (void) const { return m_testCtx; }
76 TestContext& m_testCtx; member in class:deqp::gls::fboc::details::Context
H A DglsLifetimeTests.hpp69 , m_testCtx (testCtx) {}
71 TestContext& getTestContext (void) const { return m_testCtx; }
73 TestLog& log (void) const { return m_testCtx.getLog(); }
77 TestContext& m_testCtx; member in class:deqp::gls::LifetimeTests::details::Context
H A DglsTextureTestUtil.hpp203 tcu::TestContext& m_testCtx; member in class:deqp::gls::TextureTestUtil::ProgramLibrary
225 tcu::TestContext& m_testCtx; member in class:deqp::gls::TextureTestUtil::TextureRenderer
H A DglsLifetimeTests.cpp630 TestContext& m_testCtx; member in class:deqp::gls::LifetimeTests::details::ResultCollector
637 : m_testCtx (testCtx)
679 m_testCtx.setTestResult(m_result, m_message);
H A DglsShaderLibrary.cpp202 tcu::TestContext& m_testCtx; member in class:deqp::gls::sl::ShaderParser
213 : m_testCtx (testCtx)
1243 shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, (caseName + "_vertex").c_str(), description.c_str(), spec));
1251 shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, (caseName + "_fragment").c_str(), description.c_str(), spec));
1269 shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, caseName.c_str(), description.c_str(), spec));
1292 shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, m_contextInfo, caseName.c_str(), description.c_str(), spec));
1332 tcu::TestCaseGroup* groupNode = new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children);
1338 ShaderLibrary subLibrary (m_testCtx, m_renderCtx, m_contextInfo);
1400 : m_testCtx (testCtx)
1412 tcu::Resource* resource = m_testCtx
[all...]
/external/deqp/modules/gles2/
H A Dtes2Context.hpp51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
57 tcu::TestContext& m_testCtx; member in class:deqp::gles2::Context
/external/deqp/modules/gles3/
H A Dtes3Context.hpp51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
57 tcu::TestContext& m_testCtx; member in class:deqp::gles3::Context
/external/deqp/modules/gles31/
H A Dtes31Context.hpp51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
63 tcu::TestContext& m_testCtx; member in class:deqp::gles31::Context
/external/deqp/modules/egl/
H A DteglTestCase.hpp58 tcu::TestContext& getTestContext (void) { return m_testCtx; }
84 tcu::TestContext& m_testCtx; member in class:deqp::egl::EglTestContext
H A DteglGLES2SharedRenderingPerfTests.cpp117 EglTestContext& m_testCtx; member in class:deqp::egl::__anon19021::TestContext
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
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp159 tcu::TestContext& m_testCtx; member in class:deqp::gles31::Functional::__anon19482::PropValidator
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
[all...]
/external/deqp/execserver/tools/
H A DxsTest.cpp186 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {}
195 TestContext& m_testCtx; member in class:xs::TestCase
209 TestContext& m_testCtx; member in class:xs::TestExecutor
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
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp136 tcu::TestContext& m_testCtx; member in class:deqp::gles2::Functional::Tex2DCompletenessCase
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; member in class:deqp::gles2::Functional::TexCubeCompletenessCase
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
[all...]

Completed in 350 milliseconds