Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h339 void on_vkDestroySamplerYcbcrConversion(void* context, VkDevice device,
Dfunc_table.cpp1973 resources->on_vkDestroySamplerYcbcrConversion(vkEnc, gfxstream_device->internal_object, in gfxstream_vk_DestroySamplerYcbcrConversion()
DResourceTracker.cpp4390 void ResourceTracker::on_vkDestroySamplerYcbcrConversion(void* context, VkDevice device, in on_vkDestroySamplerYcbcrConversion() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h694 void on_vkDestroySamplerYcbcrConversion(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp6315 void on_vkDestroySamplerYcbcrConversion(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroySamplerYcbcrConversion() function in gfxstream::vk::VkDecoderGlobalState::Impl
8808 void VkDecoderGlobalState::on_vkDestroySamplerYcbcrConversion( in on_vkDestroySamplerYcbcrConversion() function in gfxstream::vk::VkDecoderGlobalState
8811 mImpl->on_vkDestroySamplerYcbcrConversion(pool, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversion()
8817 mImpl->on_vkDestroySamplerYcbcrConversion(pool, device, ycbcrConversion, pAllocator); in on_vkDestroySamplerYcbcrConversionKHR()
DVkDecoder.cpp10135 m_state->on_vkDestroySamplerYcbcrConversion(&m_pool, device, ycbcrConversion, in decode()