Home
last modified time | relevance | path

Searched defs:vkDestroyImage (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/testing/
DVkDecoderTestDispatch.h184 void vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) { in vkDestroyImage() function
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DAndroidVulkanDispatch.h80 PFN_vkDestroyImage vkDestroyImage; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h125 PFN_vkDestroyImage vkDestroyImage; member
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.cpp1777 VKAPI_ATTR void vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAlloca… in vkDestroyImage() function
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan.hpp1681 …void vkDestroyImage( VkDevice device, VkImage image, const VkAllocationCallbacks * pAllocator ) co… in vkDestroyImage() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
7499 PFN_vkDestroyImage vkDestroyImage = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
Dvulkan_raii.hpp1444 PFN_vkDestroyImage vkDestroyImage = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto1371 message vkDestroyImage message
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderSnapshot.cpp542 void vkDestroyImage(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkDestroyImage() function in VkDecoderSnapshot::Impl
5961 void VkDecoderSnapshot::vkDestroyImage(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkDestroyImage() function in VkDecoderSnapshot
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp6704 void VkEncoder::vkDestroyImage(VkDevice device, VkImage image, in vkDestroyImage() function in gfxstream::vk::VkEncoder