Searched refs:compressedGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 1270 tcu::TestCaseGroup* compressedGroup = DE_NULL; in init() local 1273 …addChild((compressedGroup = new tcu::TestCaseGroup(m_testCtx, "compressed", "Compressed formats"))… in init() 1432 …compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context… in init() 1438 …compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context… in init() 1450 …compressedGroup->addChild(new TextureCubeFileCase(m_testCtx, m_context.getRenderContext(), m_conte… in init() 1456 …compressedGroup->addChild(new TextureCubeFileCase(m_testCtx, m_context.getRenderContext(), m_conte… in init() 1483 …compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_c… in init() 1484 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init() 1485 …compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_c… in init() 1486 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2415 …TestCaseGroup* const compressedGroup = new TestCaseGroup(m_context, "compressed", "Test copying b… in init() local 2419 addChild(compressedGroup); in init() 2687 compressedGroup->addChild(viewGroup); in init()
|