Home
last modified time | relevance | path

Searched refs:vkGetDeviceProcAddr (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp211 (PFN_vkBindImageMemory2)vkGetDeviceProcAddr(mDevice, "vkBindImageMemory2KHR"); in init()
213 vkGetDeviceProcAddr(mDevice, "vkGetImageMemoryRequirements2KHR"); in init()
215 vkGetDeviceProcAddr(mDevice, "vkCreateSamplerYcbcrConversionKHR"); in init()
217 vkGetDeviceProcAddr(mDevice, "vkDestroySamplerYcbcrConversionKHR"); in init()
220 (PFN_vkBindImageMemory2)vkGetDeviceProcAddr(mDevice, "vkBindImageMemory2"); in init()
222 vkGetDeviceProcAddr(mDevice, "vkGetImageMemoryRequirements2"); in init()
224 vkGetDeviceProcAddr(mDevice, "vkCreateSamplerYcbcrConversion"); in init()
226 vkGetDeviceProcAddr(mDevice, "vkDestroySamplerYcbcrConversion"); in init()
234 vkGetDeviceProcAddr(mDevice, "vkGetAndroidHardwareBufferPropertiesANDROID"); in init()
238 (PFN_vkImportSemaphoreFdKHR)vkGetDeviceProcAddr(mDevice, "vkImportSemaphoreFdKHR"); in init()
/cts/hostsidetests/gputools/layers/jni/
DnullLayer.cpp222 __attribute((visibility("default"))) VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(V… in vkGetDeviceProcAddr() function