Searched refs:extensionName (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | XmpDepthDecode.java | 155 String extensionName = null; in read() local 157 extensionName = (String) xmpMeta.getProperty( in read() 165 if (!checkExtendedSectionExists(sections, extensionName)) { in read() 173 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName); in read()
|
/cts/hostsidetests/gputools/apps/jni/ |
D | android_gputools_cts_RootlessGpuDebug.cpp | 53 if (!strcmp("VK_EXT_debug_utils", properties[i].extensionName)) { in initVulkan()
|
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 209 …private void assertVkExtension(String startTime, String extensionName, int specVersion) throws Exc… in assertVkExtension() argument 210 String searchString = extensionName + ": " + specVersion; in assertVkExtension() 212 …Assert.assertTrue(extensionName + "with spec version: " + specVersion + " was not advertised", res… in assertVkExtension()
|
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.cpp | 107 return strcmp(extension.extensionName, extension_name) == 0; in hasExtension()
|
D | VulkanTestHelpers.cpp | 91 return strcmp(extension.extensionName, extension_name) == 0; in hasExtension()
|
D | VulkanProfiles.cpp | 5354 if (strcmp(supportedProperties[i].extensionName, requestedExtension) == 0) { in vpCheckExtension() 5372 extensions.push_back(pProfileExtensionProperties[i].extensionName); in vpGetExtensions() 5484 pDesc->pInstanceExtensions[i].extensionName)) { in vpGetInstanceProfileSupport() 5493 … if (strcmp(ext[i].extensionName, VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME) == 0) { in vpGetInstanceProfileSupport() 5670 pDesc->pDeviceExtensions[i].extensionName)) { in vpGetPhysicalDeviceProfileSupport()
|