Searched refs:boxed_device (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 1872 void on_vkGetDeviceQueue(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetDeviceQueue() argument 1874 auto device = unbox_VkDevice(boxed_device); in on_vkGetDeviceQueue() 1897 void on_vkGetDeviceQueue2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetDeviceQueue2() argument 1909 on_vkGetDeviceQueue(pool, boxed_device, queueFamilyIndex, queueIndex, pQueue); in on_vkGetDeviceQueue2() 1951 void on_vkDestroyDevice(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDevice() argument 1953 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyDevice() 1964 VkResult on_vkCreateBuffer(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateBuffer() argument 1967 auto device = unbox_VkDevice(boxed_device); in on_vkCreateBuffer() 1968 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateBuffer() 2002 void on_vkDestroyBuffer(android::base::BumpPool* pool, VkDevice boxed_device, VkBuffer buffer, in on_vkDestroyBuffer() argument [all …]
|
D | VkDecoderGlobalState.h | 508 VkResult on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, VkDevice boxed_device, 510 void on_vkDestroySemaphore(android::base::BumpPool* pool, VkDevice boxed_device, 523 android::base::BumpPool* pool, VkDevice boxed_device, 529 android::base::BumpPool* pool, VkDevice boxed_device, 534 void on_vkDestroyDescriptorUpdateTemplate(android::base::BumpPool* pool, VkDevice boxed_device, 539 android::base::BumpPool* pool, VkDevice boxed_device, 544 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, 552 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet,
|