Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp1286 …tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Format… in init() local
1287 group2D->addChild(formatsGroup); in init()
1304formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1329formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1402 …tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Format… in init() local
1403 groupCube->addChild(formatsGroup); in init()
1420formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_con… in init()
1450formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_con… in init()
1544 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Array Te… in init() local
1545 group2DArray->addChild(formatsGroup); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1001 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local
1032formatsGroup->addChild(new TextureTestCase<Texture2DFilteringTestInstance>(testCtx, name.c_str(), … in populateTextureFilteringTests()
1090 group2D->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1101 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Tex… in populateTextureFilteringTests() local
1133formatsGroup->addChild(new TextureTestCase<TextureCubeFilteringTestInstance>(testCtx, name.c_str()… in populateTextureFilteringTests()
1212 groupCube->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1224 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Arra… in populateTextureFilteringTests() local
1256formatsGroup->addChild(new TextureTestCase<Texture2DArrayFilteringTestInstance>(testCtx, name.c_st… in populateTextureFilteringTests()
1316 group2DArray->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1327 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "3D Text… in populateTextureFilteringTests() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp502 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Cube Map Ar… in init() local
503 groupCubeArray->addChild(formatsGroup); in init()
521 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()