Lines Matching refs:boxed_device

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
2004 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyBuffer()
2005 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroyBuffer()
2030 VkResult on_vkBindBufferMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory() argument
2033 auto device = unbox_VkDevice(boxed_device); in on_vkBindBufferMemory()
2034 auto vk = dispatch_VkDevice(boxed_device); in on_vkBindBufferMemory()
2046 VkResult on_vkBindBufferMemory2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory2() argument
2049 auto device = unbox_VkDevice(boxed_device); in on_vkBindBufferMemory2()
2050 auto vk = dispatch_VkDevice(boxed_device); in on_vkBindBufferMemory2()
2068 VkResult on_vkBindBufferMemory2KHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory2KHR() argument
2071 auto device = unbox_VkDevice(boxed_device); in on_vkBindBufferMemory2KHR()
2072 auto vk = dispatch_VkDevice(boxed_device); in on_vkBindBufferMemory2KHR()
2090 VkResult on_vkCreateImage(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateImage() argument
2093 auto device = unbox_VkDevice(boxed_device); in on_vkCreateImage()
2094 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateImage()
2187 void on_vkDestroyImage(android::base::BumpPool* pool, VkDevice boxed_device, VkImage image, in on_vkDestroyImage() argument
2189 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyImage()
2190 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyImage()
2197 VkDevice boxed_device, in performBindImageMemoryDeferredAhb() argument
2199 auto device = unbox_VkDevice(boxed_device); in performBindImageMemoryDeferredAhb()
2200 auto vk = dispatch_VkDevice(boxed_device); in performBindImageMemoryDeferredAhb()
2225 … VkResult result = on_vkCreateImage(pool, boxed_device, &ici, nullptr, &boxed_replacement_image); in performBindImageMemoryDeferredAhb()
2231 on_vkDestroyImage(pool, boxed_device, original_underlying_image, nullptr); in performBindImageMemoryDeferredAhb()
2244 VkResult performBindImageMemory(android::base::BumpPool* pool, VkDevice boxed_device, in performBindImageMemory() argument
2252 return performBindImageMemoryDeferredAhb(pool, boxed_device, bimi); in performBindImageMemory()
2255 auto device = unbox_VkDevice(boxed_device); in performBindImageMemory()
2256 auto vk = dispatch_VkDevice(boxed_device); in performBindImageMemory()
2302 VkResult on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindImageMemory() argument
2311 return performBindImageMemory(pool, boxed_device, &bimi); in on_vkBindImageMemory()
2314 VkResult on_vkBindImageMemory2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindImageMemory2() argument
2317 auto device = unbox_VkDevice(boxed_device); in on_vkBindImageMemory2()
2318 auto vk = dispatch_VkDevice(boxed_device); in on_vkBindImageMemory2()
2343 result = performBindImageMemory(pool, boxed_device, &pBindInfos[i]); in on_vkBindImageMemory2()
2371 VkResult on_vkCreateImageView(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateImageView() argument
2374 auto device = unbox_VkDevice(boxed_device); in on_vkCreateImageView()
2375 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateImageView()
2428 void on_vkDestroyImageView(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyImageView() argument
2430 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyImageView()
2431 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroyImageView()
2438 VkResult on_vkCreateSampler(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateSampler() argument
2441 auto device = unbox_VkDevice(boxed_device); in on_vkCreateSampler()
2442 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateSampler()
2481 void on_vkDestroySampler(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroySampler() argument
2483 auto device = unbox_VkDevice(boxed_device); in on_vkDestroySampler()
2484 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroySampler()
2490 VkResult on_vkCreateSemaphore(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateSemaphore() argument
2494 auto device = unbox_VkDevice(boxed_device); in on_vkCreateSemaphore()
2495 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateSemaphore()
2539 VkResult on_vkCreateFence(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateFence() argument
2542 auto device = unbox_VkDevice(boxed_device); in on_vkCreateFence()
2543 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateFence()
2597 VkResult on_vkResetFences(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetFences() argument
2599 auto device = unbox_VkDevice(boxed_device); in on_vkResetFences()
2600 auto vk = dispatch_VkDevice(boxed_device); in on_vkResetFences()
2658 VkResult on_vkImportSemaphoreFdKHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkImportSemaphoreFdKHR() argument
2660 auto device = unbox_VkDevice(boxed_device); in on_vkImportSemaphoreFdKHR()
2661 auto vk = dispatch_VkDevice(boxed_device); in on_vkImportSemaphoreFdKHR()
2700 VkResult on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetSemaphoreFdKHR() argument
2702 auto device = unbox_VkDevice(boxed_device); in on_vkGetSemaphoreFdKHR()
2703 auto vk = dispatch_VkDevice(boxed_device); in on_vkGetSemaphoreFdKHR()
2768 void on_vkDestroySemaphore(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroySemaphore() argument
2770 auto device = unbox_VkDevice(boxed_device); in on_vkDestroySemaphore()
2771 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroySemaphore()
2777 void on_vkDestroyFence(android::base::BumpPool* pool, VkDevice boxed_device, VkFence fence, in on_vkDestroyFence() argument
2779 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyFence()
2780 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyFence()
2824 VkResult on_vkCreateDescriptorSetLayout(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorSetLayout() argument
2828 auto device = unbox_VkDevice(boxed_device); in on_vkCreateDescriptorSetLayout()
2829 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateDescriptorSetLayout()
2849 void on_vkDestroyDescriptorSetLayout(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorSetLayout() argument
2852 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyDescriptorSetLayout()
2853 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroyDescriptorSetLayout()
2861 VkResult on_vkCreateDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorPool() argument
2865 auto device = unbox_VkDevice(boxed_device); in on_vkCreateDescriptorPool()
2866 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateDescriptorPool()
2939 void on_vkDestroyDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorPool() argument
2942 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyDescriptorPool()
2943 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroyDescriptorPool()
2952 VkResult on_vkResetDescriptorPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetDescriptorPool() argument
2955 auto device = unbox_VkDevice(boxed_device); in on_vkResetDescriptorPool()
2956 auto vk = dispatch_VkDevice(boxed_device); in on_vkResetDescriptorPool()
3002 VkResult on_vkAllocateDescriptorSets(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateDescriptorSets() argument
3005 auto device = unbox_VkDevice(boxed_device); in on_vkAllocateDescriptorSets()
3006 auto vk = dispatch_VkDevice(boxed_device); in on_vkAllocateDescriptorSets()
3032 VkResult on_vkFreeDescriptorSets(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeDescriptorSets() argument
3035 auto device = unbox_VkDevice(boxed_device); in on_vkFreeDescriptorSets()
3036 auto vk = dispatch_VkDevice(boxed_device); in on_vkFreeDescriptorSets()
3074 void on_vkUpdateDescriptorSets(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkUpdateDescriptorSets() argument
3079 auto device = unbox_VkDevice(boxed_device); in on_vkUpdateDescriptorSets()
3080 auto vk = dispatch_VkDevice(boxed_device); in on_vkUpdateDescriptorSets()
3322 VkResult on_vkCreateShaderModule(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateShaderModule() argument
3326 auto device = unbox_VkDevice(boxed_device); in on_vkCreateShaderModule()
3327 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkCreateShaderModule()
3353 void on_vkDestroyShaderModule(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyShaderModule() argument
3356 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyShaderModule()
3357 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyShaderModule()
3363 VkResult on_vkCreatePipelineCache(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreatePipelineCache() argument
3367 auto device = unbox_VkDevice(boxed_device); in on_vkCreatePipelineCache()
3368 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkCreatePipelineCache()
3394 void on_vkDestroyPipelineCache(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyPipelineCache() argument
3397 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyPipelineCache()
3398 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyPipelineCache()
3404 VkResult on_vkCreateGraphicsPipelines(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateGraphicsPipelines() argument
3409 auto device = unbox_VkDevice(boxed_device); in on_vkCreateGraphicsPipelines()
3410 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkCreateGraphicsPipelines()
3440 void on_vkDestroyPipeline(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyPipeline() argument
3442 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyPipeline()
3443 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyPipeline()
3661 void on_vkGetImageMemoryRequirements(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetImageMemoryRequirements() argument
3663 auto device = unbox_VkDevice(boxed_device); in on_vkGetImageMemoryRequirements()
3664 auto vk = dispatch_VkDevice(boxed_device); in on_vkGetImageMemoryRequirements()
3685 void on_vkGetImageMemoryRequirements2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetImageMemoryRequirements2() argument
3688 auto device = unbox_VkDevice(boxed_device); in on_vkGetImageMemoryRequirements2()
3689 auto vk = dispatch_VkDevice(boxed_device); in on_vkGetImageMemoryRequirements2()
3727 void on_vkGetBufferMemoryRequirements(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetBufferMemoryRequirements() argument
3730 auto device = unbox_VkDevice(boxed_device); in on_vkGetBufferMemoryRequirements()
3731 auto vk = dispatch_VkDevice(boxed_device); in on_vkGetBufferMemoryRequirements()
3752 void on_vkGetBufferMemoryRequirements2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetBufferMemoryRequirements2() argument
3755 auto device = unbox_VkDevice(boxed_device); in on_vkGetBufferMemoryRequirements2()
3756 auto vk = dispatch_VkDevice(boxed_device); in on_vkGetBufferMemoryRequirements2()
4178 VkResult on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateMemory() argument
4181 auto device = unbox_VkDevice(boxed_device); in on_vkAllocateMemory()
4182 auto vk = dispatch_VkDevice(boxed_device); in on_vkAllocateMemory()
4651 void on_vkFreeMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeMemory() argument
4653 auto device = unbox_VkDevice(boxed_device); in on_vkFreeMemory()
4654 auto vk = dispatch_VkDevice(boxed_device); in on_vkFreeMemory()
4795 VkResult on_vkAcquireImageANDROID(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAcquireImageANDROID() argument
4798 auto device = unbox_VkDevice(boxed_device); in on_vkAcquireImageANDROID()
4799 auto vk = dispatch_VkDevice(boxed_device); in on_vkAcquireImageANDROID()
4891 VkDevice boxed_device, VkDeviceMemory memory, in on_vkMapMemoryIntoAddressSpaceGOOGLE() argument
4893 auto device = unbox_VkDevice(boxed_device); in on_vkMapMemoryIntoAddressSpaceGOOGLE()
4894 auto vk = dispatch_VkDevice(boxed_device); in on_vkMapMemoryIntoAddressSpaceGOOGLE()
4921 VkResult vkGetBlobInternal(VkDevice boxed_device, VkDeviceMemory memory, uint64_t hostBlobId) { in vkGetBlobInternal() argument
4943 auto device = unbox_VkDevice(boxed_device); in vkGetBlobInternal()
5000 auto device = unbox_VkDevice(boxed_device); in vkGetBlobInternal()
5001 auto vk = dispatch_VkDevice(boxed_device); in vkGetBlobInternal()
5034 VkResult on_vkGetBlobGOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetBlobGOOGLE() argument
5036 return vkGetBlobInternal(boxed_device, memory, 0); in on_vkGetBlobGOOGLE()
5040 VkDevice boxed_device, VkDeviceMemory memory, in on_vkGetMemoryHostAddressInfoGOOGLE() argument
5045 return vkGetBlobInternal(boxed_device, memory, hostBlobId); in on_vkGetMemoryHostAddressInfoGOOGLE()
5048 VkResult on_vkFreeMemorySyncGOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeMemorySyncGOOGLE() argument
5051 on_vkFreeMemory(pool, boxed_device, memory, pAllocator); in on_vkFreeMemorySyncGOOGLE()
5056 VkResult on_vkAllocateCommandBuffers(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateCommandBuffers() argument
5059 auto device = unbox_VkDevice(boxed_device); in on_vkAllocateCommandBuffers()
5060 auto vk = dispatch_VkDevice(boxed_device); in on_vkAllocateCommandBuffers()
5086 VkResult on_vkCreateCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateCommandPool() argument
5090 auto device = unbox_VkDevice(boxed_device); in on_vkCreateCommandPool()
5091 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateCommandPool()
5108 void on_vkDestroyCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyCommandPool() argument
5111 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyCommandPool()
5112 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroyCommandPool()
5123 VkResult on_vkResetCommandPool(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkResetCommandPool() argument
5125 auto device = unbox_VkDevice(boxed_device); in on_vkResetCommandPool()
5126 auto vk = dispatch_VkDevice(boxed_device); in on_vkResetCommandPool()
5333 void on_vkFreeCommandBuffers(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeCommandBuffers() argument
5336 auto device = unbox_VkDevice(boxed_device); in on_vkFreeCommandBuffers()
5337 auto vk = dispatch_VkDevice(boxed_device); in on_vkFreeCommandBuffers()
5395 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplate() argument
5399 auto device = unbox_VkDevice(boxed_device); in on_vkCreateDescriptorUpdateTemplate()
5400 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateDescriptorUpdateTemplate()
5419 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplateKHR() argument
5423 auto device = unbox_VkDevice(boxed_device); in on_vkCreateDescriptorUpdateTemplateKHR()
5424 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateDescriptorUpdateTemplateKHR()
5442 void on_vkDestroyDescriptorUpdateTemplate(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplate() argument
5445 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyDescriptorUpdateTemplate()
5446 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroyDescriptorUpdateTemplate()
5454 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplateKHR() argument
5457 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyDescriptorUpdateTemplateKHR()
5458 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroyDescriptorUpdateTemplateKHR()
5466 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument
5472 auto device = unbox_VkDevice(boxed_device); in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
5473 auto vk = dispatch_VkDevice(boxed_device); in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
5491 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument
5498 auto device = unbox_VkDevice(boxed_device); in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
5499 auto vk = dispatch_VkDevice(boxed_device); in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
5590 VkDevice boxed_device, in on_vkCreateImageWithRequirementsGOOGLE() argument
5600 on_vkCreateImage(pool, boxed_device, pCreateInfo, pAllocator, pImage); in on_vkCreateImageWithRequirementsGOOGLE()
5606 on_vkGetImageMemoryRequirements(pool, boxed_device, unbox_VkImage(*pImage), in on_vkCreateImageWithRequirementsGOOGLE()
5613 VkDevice boxed_device, in on_vkCreateBufferWithRequirementsGOOGLE() argument
5623 on_vkCreateBuffer(pool, boxed_device, pCreateInfo, pAllocator, pBuffer); in on_vkCreateBufferWithRequirementsGOOGLE()
5629 on_vkGetBufferMemoryRequirements(pool, boxed_device, unbox_VkBuffer(*pBuffer), in on_vkCreateBufferWithRequirementsGOOGLE()
5740 VkResult on_vkCreateRenderPass(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateRenderPass() argument
5744 auto device = unbox_VkDevice(boxed_device); in on_vkCreateRenderPass()
5745 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateRenderPass()
5784 VkResult on_vkCreateRenderPass2(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateRenderPass2() argument
5788 auto device = unbox_VkDevice(boxed_device); in on_vkCreateRenderPass2()
5789 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateRenderPass2()
5812 void on_vkDestroyRenderPass(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyRenderPass() argument
5814 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyRenderPass()
5815 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyRenderPass()
5873 VkResult on_vkCreateFramebuffer(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateFramebuffer() argument
5877 auto device = unbox_VkDevice(boxed_device); in on_vkCreateFramebuffer()
5878 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkCreateFramebuffer()
5918 void on_vkDestroyFramebuffer(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyFramebuffer() argument
5921 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyFramebuffer()
5922 auto deviceDispatch = dispatch_VkDevice(boxed_device); in on_vkDestroyFramebuffer()
6039 void on_vkGetLinearImageLayoutGOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetLinearImageLayoutGOOGLE() argument
6062 on_vkGetLinearImageLayout2GOOGLE(pool, boxed_device, &defaultVkImageCreateInfo, in on_vkGetLinearImageLayoutGOOGLE()
6082 void on_vkGetLinearImageLayout2GOOGLE(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetLinearImageLayout2GOOGLE() argument
6091 auto device = unbox_VkDevice(boxed_device); in on_vkGetLinearImageLayout2GOOGLE()
6092 auto vk = dispatch_VkDevice(boxed_device); in on_vkGetLinearImageLayout2GOOGLE()
6296 android::base::BumpPool*, VkDevice boxed_device, in on_vkCreateSamplerYcbcrConversion() argument
6304 auto device = unbox_VkDevice(boxed_device); in on_vkCreateSamplerYcbcrConversion()
6305 auto vk = dispatch_VkDevice(boxed_device); in on_vkCreateSamplerYcbcrConversion()
6315 void on_vkDestroySamplerYcbcrConversion(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroySamplerYcbcrConversion() argument
6321 auto device = unbox_VkDevice(boxed_device); in on_vkDestroySamplerYcbcrConversion()
6322 auto vk = dispatch_VkDevice(boxed_device); in on_vkDestroySamplerYcbcrConversion()
8152 VkDevice boxed_device, in on_vkCreateShaderModule() argument
8156 return mImpl->on_vkCreateShaderModule(pool, boxed_device, pCreateInfo, pAllocator, in on_vkCreateShaderModule()
8161 VkDevice boxed_device, in on_vkDestroyShaderModule() argument
8164 mImpl->on_vkDestroyShaderModule(pool, boxed_device, shaderModule, pAllocator); in on_vkDestroyShaderModule()
8168 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreatePipelineCache() argument
8171 return mImpl->on_vkCreatePipelineCache(pool, boxed_device, pCreateInfo, pAllocator, in on_vkCreatePipelineCache()
8176 VkDevice boxed_device, in on_vkDestroyPipelineCache() argument
8179 mImpl->on_vkDestroyPipelineCache(pool, boxed_device, pipelineCache, pAllocator); in on_vkDestroyPipelineCache()
8183 android::base::BumpPool* pool, VkDevice boxed_device, VkPipelineCache pipelineCache, in on_vkCreateGraphicsPipelines() argument
8186 return mImpl->on_vkCreateGraphicsPipelines(pool, boxed_device, pipelineCache, createInfoCount, in on_vkCreateGraphicsPipelines()
8191 VkDevice boxed_device, VkPipeline pipeline, in on_vkDestroyPipeline() argument
8193 mImpl->on_vkDestroyPipeline(pool, boxed_device, pipeline, pAllocator); in on_vkDestroyPipeline()
8486 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplate() argument
8490 return mImpl->on_vkCreateDescriptorUpdateTemplate(pool, boxed_device, pCreateInfo, pAllocator, in on_vkCreateDescriptorUpdateTemplate()
8495 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateDescriptorUpdateTemplateKHR() argument
8499 return mImpl->on_vkCreateDescriptorUpdateTemplateKHR(pool, boxed_device, pCreateInfo, in on_vkCreateDescriptorUpdateTemplateKHR()
8504 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplate() argument
8506 mImpl->on_vkDestroyDescriptorUpdateTemplate(pool, boxed_device, descriptorUpdateTemplate, in on_vkDestroyDescriptorUpdateTemplate()
8511 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyDescriptorUpdateTemplateKHR() argument
8513 mImpl->on_vkDestroyDescriptorUpdateTemplateKHR(pool, boxed_device, descriptorUpdateTemplate, in on_vkDestroyDescriptorUpdateTemplateKHR()
8518 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE() argument
8525 pool, boxed_device, descriptorSet, descriptorUpdateTemplate, imageInfoCount, in on_vkUpdateDescriptorSetWithTemplateSizedGOOGLE()
8531 android::base::BumpPool* pool, VkDevice boxed_device, VkDescriptorSet descriptorSet, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE() argument
8539 pool, boxed_device, descriptorSet, descriptorUpdateTemplate, imageInfoCount, in on_vkUpdateDescriptorSetWithTemplateSized2GOOGLE()
8617 VkDevice boxed_device, in on_vkCreateRenderPass() argument
8621 return mImpl->on_vkCreateRenderPass(pool, boxed_device, pCreateInfo, pAllocator, pRenderPass); in on_vkCreateRenderPass()
8625 VkDevice boxed_device, in on_vkCreateRenderPass2() argument
8629 return mImpl->on_vkCreateRenderPass2(pool, boxed_device, pCreateInfo, pAllocator, pRenderPass); in on_vkCreateRenderPass2()
8633 android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateRenderPass2KHR() argument
8636 return mImpl->on_vkCreateRenderPass2(pool, boxed_device, pCreateInfo, pAllocator, pRenderPass); in on_vkCreateRenderPass2KHR()
8640 VkDevice boxed_device, VkRenderPass renderPass, in on_vkDestroyRenderPass() argument
8642 mImpl->on_vkDestroyRenderPass(pool, boxed_device, renderPass, pAllocator); in on_vkDestroyRenderPass()
8668 VkDevice boxed_device, in on_vkCreateFramebuffer() argument
8672 return mImpl->on_vkCreateFramebuffer(pool, boxed_device, pCreateInfo, pAllocator, pFramebuffer); in on_vkCreateFramebuffer()
8676 VkDevice boxed_device, VkFramebuffer framebuffer, in on_vkDestroyFramebuffer() argument
8678 mImpl->on_vkDestroyFramebuffer(pool, boxed_device, framebuffer, pAllocator); in on_vkDestroyFramebuffer()