Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl171 {{else if eq $f.Name "vkGetDeviceProcAddr"}}
601 Emits code for vkGetDeviceProcAddr for function interception.
608 ALOGE("invalid vkGetDeviceProcAddr(VK_NULL_HANDLE, ...) call");
629 device, "invalid vkGetDeviceProcAddr(%p, \"%s\") call", device,§
641 {{else if eq $f.Name "vkGetDeviceProcAddr"}}
725 {{else if eq $.Name "vkGetDeviceProcAddr"}}true
951 {{else if eq $.Name "vkGetDeviceProcAddr"}}true
Dapi_gen.cpp1228 VKAPI_ATTR PFN_vkVoidFunction vkGetDeviceProcAddr(VkDevice device, const char* pName) { in vkGetDeviceProcAddr() function
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc48 …or this implementation. These will be loaded through the driver's +vkGetDeviceProcAddr+ functions,…
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h2421 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(
/frameworks/native/vulkan/api/
Dvulkan.api2798 cmd PFN_vkVoidFunction vkGetDeviceProcAddr(