Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h167 void* GetDataInternal(DispatchableType dispatchable) { in GetDataInternal() function
206 return *reinterpret_cast<InstanceData*>(GetDataInternal(instance)); in GetData()
210 return *reinterpret_cast<InstanceData*>(GetDataInternal(physical_dev)); in GetData()
214 return *reinterpret_cast<InstanceData*>(GetDataInternal(dispatchable)); in GetData()
218 return *reinterpret_cast<DeviceData*>(GetDataInternal(dev)); in GetData()
222 return *reinterpret_cast<DeviceData*>(GetDataInternal(queue)); in GetData()
226 return *reinterpret_cast<DeviceData*>(GetDataInternal(cmd)); in GetData()
230 return *reinterpret_cast<DeviceData*>(GetDataInternal(dispatchable)); in GetData()