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

/external/deqp/modules/glshared/
H A DglsShaderLibrary.hpp50 tcu::TestContext& m_testCtx; member in class:deqp::gls::ShaderLibrary
H A DglsShaderLibrary.cpp39 : m_testCtx (testCtx)
47 return new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children);
52 return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_str(), spec);
56 tcu::TestContext& m_testCtx; member in class:deqp::gls::__anon4618::CaseFactory
64 : m_testCtx (testCtx)
76 CaseFactory caseFactory (m_testCtx, m_renderCtx, m_contextInfo);
78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory);
H A DglsFboCompletenessTests.hpp64 TestContext& getTestContext (void) const { return m_testCtx; }
77 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 DglsLifetimeTests.cpp633 TestContext& m_testCtx; member in class:deqp::gls::LifetimeTests::details::ResultCollector
640 : m_testCtx (testCtx)
682 m_testCtx.setTestResult(m_result, m_message);
H A DglsDrawTest.cpp1850 tcu::TestContext& m_testCtx; member in class:deqp::gls::AttributePack
1864 : m_testCtx (testCtx)
2009 m_testCtx.getLog()
2059 m_testCtx.getLog()
3199 m_glesContext = new sglr::GLContext(m_renderCtx, m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight));
3211 m_glArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, true);
3212 m_rrArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, false);
3242 IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteration_descriptions[specNdx], drawStep && m_specs.size()!=1);
3267 m_testCtx.getLog() << TestLog::Message << spec.getMultilineDesc() << TestLog::EndMessage;
3268 m_testCtx
[all...]
/external/deqp/framework/common/
H A DtcuApp.hpp84 TestContext* m_testCtx; member in class:tcu::App
H A DtcuTestSessionExecutor.hpp87 TestContext& m_testCtx; member in class:tcu::TestSessionExecutor
H A DtcuTestHierarchyIterator.hpp73 TestContext& m_testCtx; member in class:tcu::DefaultHierarchyInflater
H A DtcuTestCase.hpp112 TestContext& getTestContext (void) const { return m_testCtx; }
123 TestContext& m_testCtx; member in class:tcu::TestNode
165 * the test case must set valid status code to test context (m_testCtx).
/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.hpp66 tcu::TestContext& getTestContext (void) const { return m_testCtx; }
78 tcu::TestContext& m_testCtx; member in class:deqp::egl::EglTestContext
H A DteglGLES2SharedRenderingPerfTests.cpp119 EglTestContext& m_testCtx; member in class:deqp::egl::__anon3953::TestContext
481 , m_testCtx (testCtx)
492 const Library& egl = m_testCtx.getLibrary();
505 m_eglContext = createEGLContext(m_testCtx, m_eglDisplay, eglConfig, (share && parent ? parent->getEGLContext() : EGL_NO_CONTEXT));
506 m_eglSurface = createEGLSurface(m_testCtx, m_eglDisplay, eglConfig, config);
512 m_testCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0), DE_LENGTH_OF_ARRAY(reqExts), reqExts);
597 const Library& egl = m_testCtx.getLibrary();
643 const Library& egl = m_testCtx.getLibrary();
657 const Library& egl = m_testCtx.getLibrary();
1044 logTestConfig(m_testCtx
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp58 tcu::TestContext& getTestContext (void) const { return m_testCtx; }
76 tcu::TestContext& m_testCtx; member in class:vkt::Context
H A DvktShaderLibrary.cpp1798 : m_testCtx(testCtx)
1804 return new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children);
1809 return new ShaderCase(m_testCtx, name, description, spec);
1813 tcu::TestContext& m_testCtx; member in class:vkt::__anon3771::ShaderCaseFactory
1827 ShaderCaseFactory caseFactory (m_testCtx);
1828 const vector<tcu::TestNode*> children = glu::sl::parseFile(m_testCtx.getArchive(), m_filename, &caseFactory);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp181 tcu::TestContext& m_testCtx; member in class:deqp::gles31::Functional::__anon4434::PropValidator
191 : m_testCtx (context.getTestContext())
217 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS)
218 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, err.c_str());
252 m_testCtx.getLog() << tcu::TestLog::Message << "Error, resource name \"" << resource << "\" refers to a non-basic type." << tcu::TestLog::EndMessage;
379 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeName(variable->getBasicType()) << tcu::TestLog::EndMessage;
383 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;
413 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeName(builtins[ndx].type) << tcu::TestLog::EndMessage;
417 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;
458 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/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp138 m_testCtx.getLog() << *m_executor;
148 , m_testCtx (context.getTestContext())
157 tcu::TestContext& m_testCtx; member in class:vkt::shaderexecutor::ShaderPackingFunctionTestInstance
209 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage;
239 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
246 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
252 m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
316 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage;
347 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
355 m_testCtx
[all...]
H A DvktOpaqueTypeIndexingTests.cpp112 tcu::TestContext& m_testCtx; member in class:vkt::shaderexecutor::__anon3697::OpaqueTypeIndexingTestInstance
144 m_testCtx.getLog() << *m_executor;
155 , m_testCtx (context.getTestContext())
1397 tcu::TestCaseGroup* const samplerGroup = new tcu::TestCaseGroup(m_testCtx, "sampler", "Sampler Array Indexing Tests");
1403 tcu::TestCaseGroup* const indexGroup = new tcu::TestCaseGroup(m_testCtx, indexingTypes[indexTypeNdx].name, indexingTypes[indexTypeNdx].description);
1409 tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeNdx].name, "");
1418 shaderGroup->addChild(new SamplerIndexingCase(m_testCtx, caseName.c_str(), "", shaderType, samplerType, indexExprType));
1426 tcu::TestCaseGroup* const uboGroup = new tcu::TestCaseGroup(m_testCtx, "ubo", "Uniform Block Instance Array Indexing Tests");
1427 tcu::TestCaseGroup* const ssboGroup = new tcu::TestCaseGroup(m_testCtx, "ssbo", "Buffer Block Instance Array Indexing Tests");
1428 tcu::TestCaseGroup* const acGroup = new tcu::TestCaseGroup(m_testCtx, "atomic_counte
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp133 tcu::TestContext& m_testCtx; member in class:deqp::gles2::Functional::Tex2DCompletenessCase
140 , m_testCtx (testCtx)
150 TestLog& log = m_testCtx.getLog();
169 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
185 tcu::TestContext& m_testCtx; member in class:deqp::gles2::Functional::TexCubeCompletenessCase
192 , m_testCtx (testCtx)
203 TestLog& log = m_testCtx.getLog();
229 m_testCtx.setTestResult(allFacesOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
270 TestLog& log = m_testCtx.getLog();
448 TestLog& log = m_testCtx
[all...]

Completed in 555 milliseconds