Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h52 struct DeviceDispatchTable { struct
54 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
55 PFN_vkDestroyDevice DestroyDevice;
56 PFN_vkGetDeviceQueue GetDeviceQueue;
57 PFN_vkQueueSubmit QueueSubmit;
58 PFN_vkQueueWaitIdle QueueWaitIdle;
59 PFN_vkDeviceWaitIdle DeviceWaitIdle;
60 PFN_vkAllocateMemory AllocateMemory;
61 PFN_vkFreeMemory FreeMemory;
62 PFN_vkMapMemory MapMemory;
[all …]