Searched defs:formatsGroup (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp501 tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Cube Map Array Texture Formats"); member in class:deqp::gles31::Functional::tcu
502 groupCubeArray->addChild(formatsGroup);
520 formatsGroup->addChild(new TextureCubeArrayFilteringCase(m_context,
/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp1285 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Formats"); local
1286 group2D->addChild(formatsGroup);
1303 formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
1328 formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
1401 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Formats"); local
1402 groupCube->addChild(formatsGroup);
1419 formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
1449 formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
1543 tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Array Texture Formats"); member in class:deqp::gles3::Functional::tcu
1544 group2DArray->addChild(formatsGroup);
1638 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "3D Texture Formats"); local
[all...]

Completed in 56 milliseconds