/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 2123 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/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 1241 de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Texture Formats")); in populateTextureFilteringTests() 1277 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests() 1351 group2D->addChild(formatsGroup.release()); in populateTextureFilteringTests() 1362 de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Texture Formats")); in populateTextureFilteringTests() 1398 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests() 1432 groupUnnormal->addChild(formatsGroup.release()); in populateTextureFilteringTests() 1442 de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Texture Formats")); in populateTextureFilteringTests() 1478 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests() 1570 groupCube->addChild(formatsGroup.release()); in populateTextureFilteringTests() 1582 de::MovePtr<tcu::TestCaseGroup> formatsGroup (ne in populateTextureFilteringTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 1239 de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Texture Formats")); in populateTextureFilteringTests() 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 Texture Formats")); in populateTextureFilteringTests() 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 Texture Formats")); in populateTextureFilteringTests() 1476 formatsGroup->addChild(filterGroup.release()); in populateTextureFilteringTests() 1568 groupCube->addChild(formatsGroup.release()); in populateTextureFilteringTests() 1580 de::MovePtr<tcu::TestCaseGroup> formatsGroup (ne in populateTextureFilteringTests() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureFilteringTests.cpp | 1315 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Formats"); in init() local 1316 group2D->addChild(formatsGroup); in init() 1333 formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), in init() 1358 formatsGroup->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), in init() 1431 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Texture Formats"); in init() local 1432 groupCube->addChild(formatsGroup); in init() 1449 formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), in init() 1479 formatsGroup->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), in init() 1573 tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "2D Array Texture Formats"); in init() member in deqp::gles3::Functional::tcu 1574 group2DArray->addChild(formatsGroup); in init() 1668 tcu::TestCaseGroup* formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "3D Texture Formats"); init() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFilteringTests.cpp | 521 tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Cube Map Array Texture Formats"); in init() member in deqp::gles31::Functional::tcu 522 groupCubeArray->addChild(formatsGroup); in init() 540 formatsGroup->addChild(new TextureCubeArrayFilteringCase(m_context, in init()
|
H A D | es31fTextureBorderClampTests.cpp | 2397 tcu::TestCaseGroup* const formatsGroup = new tcu::TestCaseGroup(m_testCtx, "formats", "Format tests"); 2398 addChild(formatsGroup); 2409 formatsGroup->addChild(formatGroup);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 1996 deqp::TestCaseGroup* formatsGroup = new deqp::TestCaseGroup(m_context, "formats", "3D Texture Formats"); in init() local 1997 texFilteringGroup->addChild(formatsGroup); in init() 2017 formatsGroup->addChild(new Texture3DFilteringCase(m_context, name.c_str(), "", data)); in init()
|