Home
last modified time | relevance | path

Searched refs:shaderGroup (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp269 …TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress … in init() local
270 addChild(shaderGroup); in init()
274shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp269 …TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress … in init() local
270 addChild(shaderGroup); in init()
274shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1209 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() local
1210 indexGroup->addChild(shaderGroup); in init()
1218shaderGroup->addChild(new SamplerIndexingCase(m_context, caseName.c_str(), "", shaderType, sampler… in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1906 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "ve… in init() local
1907 opGroup->addChild(shaderGroup); in init()
1921shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, use… in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1914 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "ve… in init() local
1915 opGroup->addChild(shaderGroup); in init()
1929shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, use… in init()