Searched refs:compressedGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 1269 tcu::TestCaseGroup* compressedGroup = DE_NULL; in init() local 1272 …addChild((compressedGroup = new tcu::TestCaseGroup(m_testCtx, "compressed", "Compressed formats"))… in init() 1431 …compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context… in init() 1437 …compressedGroup->addChild(new Texture2DFileCase(m_testCtx, m_context.getRenderContext(), m_context… in init() 1449 …compressedGroup->addChild(new TextureCubeFileCase(m_testCtx, m_context.getRenderContext(), m_conte… in init() 1455 …compressedGroup->addChild(new TextureCubeFileCase(m_testCtx, m_context.getRenderContext(), m_conte… in init() 1482 …compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_c… in init() 1483 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init() 1484 …compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_c… in init() 1485 …compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2102 …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()
|