Home
last modified time | relevance | path

Searched refs:formatsGroup (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1005 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local
1041 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1113 group2D->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1124 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local
1160 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1193 groupUnnormal->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1203 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Tex… in populateTextureFilteringTests() local
1239 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1328 groupCube->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1340 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Arra… in populateTextureFilteringTests() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp1311 …tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Format… in init() local
1312 group2D->addChild(formatsGroup); in init()
1329formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1354formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1427 …tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Format… in init() local
1428 groupCube->addChild(formatsGroup); in init()
1445formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_con… in init()
1475formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_con… in init()
1569 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Array Te… in init() local
1570 group2DArray->addChild(formatsGroup); in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp508 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Cube Map Ar… in init() local
509 groupCubeArray->addChild(formatsGroup); in init()
527 formatsGroup->addChild(new TextureCubeArrayFilteringCase(m_context, in init()
Des31fTextureBorderClampTests.cpp2385 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Format test… in init() local
2386 addChild(formatsGroup); in init()
2397 formatsGroup->addChild(formatGroup); in init()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp1958 …deqp::TestCaseGroup* formatsGroup = new deqp::TestCaseGroup(m_context, "formats", "3D Texture Form… in init() local
1959 texFilteringGroup->addChild(formatsGroup); in init()
1979 formatsGroup->addChild(new Texture3DFilteringCase(m_context, name.c_str(), "", data)); in init()