Lines Matching full:framebuffer
426 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator);
1087 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) {
1088 GetData(device).dispatch.DestroyFramebuffer(device, framebuffer, pAllocator);
1903 VKAPI_ATTR void vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) {
1904 vulkan::api::DestroyFramebuffer(device, framebuffer, pAllocator);