Home
last modified time | relevance | path

Searched defs:DeviceDispatchTable (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h66 struct DeviceDispatchTable { struct
68 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
69 PFN_vkDestroyDevice DestroyDevice;
70 PFN_vkGetDeviceQueue GetDeviceQueue;
71 PFN_vkQueueSubmit QueueSubmit;
72 PFN_vkQueueWaitIdle QueueWaitIdle;
73 PFN_vkDeviceWaitIdle DeviceWaitIdle;
74 PFN_vkAllocateMemory AllocateMemory;
75 PFN_vkFreeMemory FreeMemory;
76 PFN_vkMapMemory MapMemory;
[all …]