Searched refs:mixedGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local 300 addChild(mixedGroup); in init() 304 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init() 327 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local 300 addChild(mixedGroup); in init() 304 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init() 327 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 1581 …tcu::TestCaseGroup* const mixedGroup = new tcu::TestCaseGroup(m_testCtx, "mixed_usage", "Test usin… in init() local 1585 usageGroup->addChild(mixedGroup); in init() 1606 …mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_basic", "Use different ap… in init() 1607 …mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_binding", "Use dif… in init() 1608 …mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_attrib", "Use diff… in init() 1610 …mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer", "change buffer wi… in init() 1611 …mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_offset", "change buff… in init() 1612 …mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_stride", "change buff… in init() 1613 …mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_binding_point", "change bind… in init()
|
D | es31fCopyImageTests.cpp | 2416 …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()
|