Home
last modified time | relevance | path

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

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