Searched refs:allowedExtensions (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExposedExtensionsTests.cpp | 161 std::vector<std::string> allowedExtensions(1, "GL_OES_EGL_image"); in init() 162 addChild(new glcts::ExposedExtensionsTest(getContext(), "OES", &allowedExtensions)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 252 tcu::TestStatus allowedExtensions (Context& context) in allowedExtensions() function 360 addFunctionCase(group.get(), "allowed_extensions", allowedExtensions); in createSafetyCriticalAPITests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 252 tcu::TestStatus allowedExtensions (Context& context) in allowedExtensions() function 353 addFunctionCase(group.get(), "allowed_extensions", "Verify if extensions are allowed for Vulkan SC", allowedExtensions); in createSafetyCriticalAPITests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 6722 void checkExtensions (tcu::ResultCollector& results, const set<string>& allowedExtensions, const vector<VkExtensionProperties>& reportedExtensions) in checkExtensions() argument 6730 if (mustBeKnown && !de::contains(allowedExtensions, extensionName)) in checkExtensions() 6742 // All known extensions should be added to allowedExtensions: in testNoUnknownExtensions() 6743 // allowedExtensions.insert("VK_GOOGLE_extension1"); in testNoUnknownExtensions()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 6720 void checkExtensions (tcu::ResultCollector& results, const set<string>& allowedExtensions, const vector<VkExtensionProperties>& reportedExtensions) in checkExtensions() argument 6728 if (mustBeKnown && !de::contains(allowedExtensions, extensionName)) in checkExtensions() 6740 // All known extensions should be added to allowedExtensions: in testNoUnknownExtensions() 6741 // allowedExtensions.insert("VK_GOOGLE_extension1"); in testNoUnknownExtensions()
|
Completed in 28 milliseconds