Searched refs:combinedGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fRandomShaderTests.cpp | 67 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() local 68 addChild(combinedGroup); in init() 74 …combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragme… in init() 98 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() local 99 addChild(combinedGroup); in init() 105 …combinedGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex and fragme… in init() 192 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() local 193 addChild(combinedGroup); in init() 199 …combinedGroup->addChild(createRandomShaderCase(m_context, "Conditional control flow in vertex and … in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomShaderTests.cpp | 69 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() local 70 addChild(combinedGroup); in init() 76 …combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragme… in init() 100 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() local 101 addChild(combinedGroup); in init() 107 …combinedGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex and fragme… in init() 194 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() local 195 addChild(combinedGroup); in init() 201 …combinedGroup->addChild(createRandomShaderCase(m_context, "Conditional control flow in vertex and … in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 1908 …tcu::TestCaseGroup* const combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Use combi… in init() local 1912 this->addChild(combinedGroup); in init() 1932 …combinedGroup->addChild(new ComputeShaderGeneratedCombinedCase(m_context, "drawarrays_compute_cmd_… in init() 1933 …combinedGroup->addChild(new ComputeShaderGeneratedCombinedCase(m_context, "drawelements_compute_cm… in init() 1934 …combinedGroup->addChild(new ComputeShaderGeneratedCombinedCase(m_context, "drawelements_compute_cm… in init() 1935 …combinedGroup->addChild(new ComputeShaderGeneratedCombinedCase(m_context, "drawelements_compute_da… in init() 1936 …combinedGroup->addChild(new ComputeShaderGeneratedCombinedCase(m_context, "drawelements_compute_cm… in init()
|