Home
last modified time | relevance | path

Searched refs:goldfish_vulkan_get_device_proc_address (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.h299 void* goldfish_vulkan_get_device_proc_address(VkDevice device, const char* name);
Dgoldfish_vulkan.cpp651 return (PFN_vkVoidFunction)(goldfish_vk::goldfish_vulkan_get_device_proc_address(device, name)); in GetDeviceProcAddr()
Dfunc_table.cpp8394 void* goldfish_vulkan_get_device_proc_address(VkDevice device, const char* name){ in goldfish_vulkan_get_device_proc_address() function