Home
last modified time | relevance | path

Searched refs:GetDataInternal (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver.h157 void* GetDataInternal(DispatchableType dispatchable) { in GetDataInternal() function
196 return *reinterpret_cast<InstanceData*>(GetDataInternal(instance)); in GetData()
200 return *reinterpret_cast<InstanceData*>(GetDataInternal(physical_dev)); in GetData()
204 return *reinterpret_cast<InstanceData*>(GetDataInternal(dispatchable)); in GetData()
208 return *reinterpret_cast<DeviceData*>(GetDataInternal(dev)); in GetData()
212 return *reinterpret_cast<DeviceData*>(GetDataInternal(queue)); in GetData()
216 return *reinterpret_cast<DeviceData*>(GetDataInternal(cmd)); in GetData()
220 return *reinterpret_cast<DeviceData*>(GetDataInternal(dispatchable)); in GetData()