Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h54 struct DeviceData { struct
55 DeviceDispatchTable dispatch;
86 struct DeviceData { struct
87 DeviceData(const VkAllocationCallbacks& alloc, in DeviceData() function
96 api::DeviceData opaque_api_data; argument
98 const VkAllocationCallbacks allocator;
99 const DebugReportCallbackList& debug_report_callbacks;
101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
103 VkDevice driver_device;
104 DeviceDriverTable driver;
[all …]