Home
last modified time | relevance | path

Searched refs:compressedGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp1269 tcu::TestCaseGroup* compressedGroup = DE_NULL; in init() local
1272 …addChild((compressedGroup = new tcu::TestCaseGroup(m_testCtx, "compressed", "Compressed formats"))… in init()
1431compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context… in init()
1437compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context… in init()
1449compressedGroup->addChild(new TextureCubeFileCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1455compressedGroup->addChild(new TextureCubeFileCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1482compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_c… in init()
1483compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()
1484compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_c… in init()
1485compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2102 …TestCaseGroup* const compressedGroup = new TestCaseGroup(m_context, "compressed", "Test copying b… in init() local
2106 addChild(compressedGroup); in init()
2374 compressedGroup->addChild(viewGroup); in init()