Home
last modified time | relevance | path

Searched refs:extensionName (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java155 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/
Dandroid_gputools_cts_RootlessGpuDebug.cpp53 if (!strcmp("VK_EXT_debug_utils", properties[i].extensionName)) { in initVulkan()
/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java209 …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/
DVulkanPreTransformTestHelpers.cpp107 return strcmp(extension.extensionName, extension_name) == 0; in hasExtension()
DVulkanTestHelpers.cpp91 return strcmp(extension.extensionName, extension_name) == 0; in hasExtension()
DVulkanProfiles.cpp5354 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()