Home
last modified time | relevance | path

Searched refs:mixedGroup (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local
300 addChild(mixedGroup); in init()
304mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
327mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local
300 addChild(mixedGroup); in init()
304mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
327mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp1581 …tcu::TestCaseGroup* const mixedGroup = new tcu::TestCaseGroup(m_testCtx, "mixed_usage", "Test usin… in init() local
1585 usageGroup->addChild(mixedGroup); in init()
1606mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_basic", "Use different ap… in init()
1607mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_binding", "Use dif… in init()
1608mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_attrib", "Use diff… in init()
1610mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer", "change buffer wi… in init()
1611mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_offset", "change buff… in init()
1612mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_stride", "change buff… in init()
1613mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_binding_point", "change bind… in init()
Des31fCopyImageTests.cpp2416 …TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Test copying between co… in init() local
2420 addChild(mixedGroup); in init()
2711 mixedGroup->addChild(viewGroup); in init()