Searched refs:shaderGroup (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 269 …TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress … in init() local 270 addChild(shaderGroup); in init() 274 …shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 269 …TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress … in init() local 270 addChild(shaderGroup); in init() 274 …shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 1209 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, shaderTypes[shaderTypeN… in init() local 1210 indexGroup->addChild(shaderGroup); in init() 1218 …shaderGroup->addChild(new SamplerIndexingCase(m_context, caseName.c_str(), "", shaderType, sampler… in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1906 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "ve… in init() local 1907 opGroup->addChild(shaderGroup); in init() 1921 …shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, use… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1914 …tcu::TestCaseGroup* const shaderGroup = new tcu::TestCaseGroup(m_testCtx, isVertex ? "ve… in init() local 1915 opGroup->addChild(shaderGroup); in init() 1929 …shaderGroup->addChild(new BinaryOpCase(m_context, name.str().c_str(), "", op, type, precision, use… in init()
|