Home
last modified time | relevance | path

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

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