Searched refs:combinationsGroup (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 1243 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations", "Filter and wrap mode combinations")); in populateTextureFilteringTests() 1348 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1353 group2D->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1444 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations", "Filter and wrap mode combinations")); in populateTextureFilteringTests() 1546 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1572 groupCube->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1584 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations", "Filter and wrap mode combinations")); in populateTextureFilteringTests() 1690 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1695 group2DArray->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1706 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (ne in populateTextureFilteringTests() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureFilteringTests.cpp | 1394 tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter and wrap mode combinations"); in init() local 1395 group2D->addChild(combinationsGroup); in init() 1413 combinationsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), in init() 1517 tcu::TestCaseGroup* combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter and wrap mode combinations"); in init() local 1518 groupCube->addChild(combinationsGroup); in init() 1536 combinationsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), in init() 1630 tcu::TestCaseGroup* const combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter and wrap mode combinations"); in init() member in deqp::gles3::Functional::tcu 1631 group2DArray->addChild(combinationsGroup); in init() 1650 combinationsGroup->addChild(new Texture2DArrayFilteringCase(m_context, in init() 1727 tcu::TestCaseGroup* combinationsGroup in init() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 1241 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations", "Filter and wrap mode combinations")); in populateTextureFilteringTests() 1346 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1351 group2D->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1442 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations", "Filter and wrap mode combinations")); in populateTextureFilteringTests() 1544 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1570 groupCube->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1582 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations", "Filter and wrap mode combinations")); in populateTextureFilteringTests() 1688 combinationsGroup->addChild(minFilterGroup.release()); in populateTextureFilteringTests() 1693 group2DArray->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1704 de::MovePtr<tcu::TestCaseGroup> combinationsGroup (ne in populateTextureFilteringTests() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFilteringTests.cpp | 582 tcu::TestCaseGroup* const combinationsGroup = new tcu::TestCaseGroup(m_testCtx, "combinations", "Filter and wrap mode combinations"); in init() member in deqp::gles31::Functional::tcu 583 groupCubeArray->addChild(combinationsGroup); in init() 602 combinationsGroup->addChild(new TextureCubeArrayFilteringCase(m_context, in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 2048 deqp::TestCaseGroup* combinationsGroup = in init() local 2050 texFilteringGroup->addChild(combinationsGroup); in init() 2074 combinationsGroup->addChild(new Texture3DFilteringCase(m_context, name.c_str(), "", data)); in init() 2082 combinationsGroup->addChild(new NegativeTexImage3DCase(m_context, "negative")); in init()
|
Completed in 14 milliseconds