Searched refs:apiGroup (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 328 de::MovePtr<tcu::TestCaseGroup> apiGroup(new tcu::TestCaseGroup(testCtx, "api")); in createShaderObjectApiTests() 329 apiGroup->addChild(new ShaderObjectApiCase(testCtx, "get_device_proc_addr")); in createShaderObjectApiTests() 345 apiGroup->addChild(new ShaderObjectExtensionVersionCase(testCtx, test.name, test.test)); in createShaderObjectApiTests() 347 return apiGroup.release(); in createShaderObjectApiTests()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderMultisampleInterpolationTests.cpp | 599 tcu::TestCaseGroup* apiGroup = new tcu::TestCaseGroup(m_testCtx, "api", "API verification"); in init() local 600 apiGroup->addChild(new ShaderMultisampleInterpolationApiCase(m_context, "api", "API verification", m_glslVersion)); in init() 601 addChild(apiGroup); in init()
|
H A D | glcCompressedFormatTests.cpp | 1668 const auto apiGroup = new TestCaseGroup(m_context, "api", "Api call return values"); in init() local 1669 addChild(apiGroup); in init() 1672 apiGroup->addChild(new CompressedApiTest(m_context, apiCase)); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSeparateShaderTests.cpp | 1812 TestCaseGroup* apiGroup = 1814 group->addChild(apiGroup); 1821 apiGroup->addChild(new SeparateShaderTest( 1826 apiGroup->addChild(new SeparateShaderTest( 1832 apiGroup->addChild(new SeparateShaderTest( 1838 apiGroup->addChild(new SeparateShaderTest(
|
Completed in 11 milliseconds