Searched refs:formatsGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 1286 …tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Format… in init() local 1287 group2D->addChild(formatsGroup); in init() 1304 …formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_conte… in init() 1329 …formatsGroup->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() 1420 …formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_con… in init() 1450 …formatsGroup->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/ |
D | vktTextureFilteringTests.cpp | 1001 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local 1032 …formatsGroup->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 1133 …formatsGroup->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 1256 …formatsGroup->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/ |
D | es31fTextureFilteringTests.cpp | 502 …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()
|
D | es31fTextureBorderClampTests.cpp | 2385 …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()
|