Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureFilteringTests.cpp1315 …tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Format… in init() local
1316 group2D->addChild(formatsGroup); in init()
1333formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1358formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_conte… in init()
1431 …tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Format… in init() local
1432 groupCube->addChild(formatsGroup); in init()
1449formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_con… in init()
1479formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_con… in init()
1573 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Array Te… in init() local
1574 group2DArray->addChild(formatsGroup); in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1239 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local
1275 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1349 group2D->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1360 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local
1396 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1430 groupUnnormal->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1440 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Tex… in populateTextureFilteringTests() local
1476 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1568 groupCube->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1580 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Arra… in populateTextureFilteringTests() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureFilteringTests.cpp1239 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local
1275 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1349 group2D->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1360 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests() local
1396 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1430 groupUnnormal->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1440 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Tex… in populateTextureFilteringTests() local
1476 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests()
1568 groupCube->addChild(formatsGroup.release()); in populateTextureFilteringTests()
1580 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Arra… in populateTextureFilteringTests() local
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp2123 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, in init() local
2126 texImage2DGroup->addChild(formatsGroup); in init()
2148 formatsGroup->addChild(new TexImage2DCase(m_context, in init()
2170 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, in init() local
2173 texImage3DGroup->addChild(formatsGroup); in init()
2204 formatsGroup->addChild(new TexImage3DCase(m_context, in init()
2233 tcu::TestCaseGroup* formatsGroup in init() local
2237 compressedTexImage2DGroup->addChild(formatsGroup); in init()
2258 formatsGroup->addChild(new CompressedTexImage2DCase( in init()
2282 tcu::TestCaseGroup* formatsGroup in init() local
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFilteringTests.cpp521 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Cube Map Ar… in init() local
522 groupCubeArray->addChild(formatsGroup); in init()
540 formatsGroup->addChild(new TextureCubeArrayFilteringCase(m_context, in init()
Des31fTextureBorderClampTests.cpp2397 …tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Format test… in init() local
2398 addChild(formatsGroup); in init()
2409 formatsGroup->addChild(formatGroup); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp1996 …deqp::TestCaseGroup* formatsGroup = new deqp::TestCaseGroup(m_context, "formats", "3D Texture Form… in init() local
1997 texFilteringGroup->addChild(formatsGroup); in init()
2017 formatsGroup->addChild(new Texture3DFilteringCase(m_context, name.c_str(), "", data)); in init()