Searched refs:combinationsGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 1390 …tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter … in init() local 1391 group2D->addChild(combinationsGroup); in init() 1409 …combinationsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_… in init() 1513 …tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter … in init() local 1514 groupCube->addChild(combinationsGroup); in init() 1532 …combinationsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), … in init() 1626 …tcu::TestCaseGroup* const combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "F… in init() local 1627 group2DArray->addChild(combinationsGroup); in init() 1646 combinationsGroup->addChild(new Texture2DArrayFilteringCase(m_context, in init() 1723 …tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter … in init() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 1007 …de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations",… in populateTextureFilteringTests() local 1110 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1115 group2D->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1205 …de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations"… in populateTextureFilteringTests() local 1305 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1330 groupCube->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1342 …de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations",… in populateTextureFilteringTests() local 1446 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1451 group2DArray->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1462 …de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations",… in populateTextureFilteringTests() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 569 …tcu::TestCaseGroup* const combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "F… in init() local 570 groupCubeArray->addChild(combinationsGroup); in init() 589 combinationsGroup->addChild(new TextureCubeArrayFilteringCase(m_context, in init()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 2010 deqp::TestCaseGroup* combinationsGroup = in init() local 2012 texFilteringGroup->addChild(combinationsGroup); in init() 2036 combinationsGroup->addChild(new Texture3DFilteringCase(m_context, name.c_str(), "", data)); in init() 2044 combinationsGroup->addChild(new NegativeTexImage3DCase(m_context, "negative")); in init()
|