Searched refs:on_vkDestroyPipelineCache (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 305 void on_vkDestroyPipelineCache(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 3394 void on_vkDestroyPipelineCache(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkDestroyPipelineCache() function in gfxstream::vk::VkDecoderGlobalState::Impl 8175 void VkDecoderGlobalState::on_vkDestroyPipelineCache(android::base::BumpPool* pool, in on_vkDestroyPipelineCache() function in gfxstream::vk::VkDecoderGlobalState 8179 mImpl->on_vkDestroyPipelineCache(pool, boxed_device, pipelineCache, pAllocator); in on_vkDestroyPipelineCache()
|
D | VkDecoder.cpp | 4349 m_state->on_vkDestroyPipelineCache(&m_pool, device, pipelineCache, pAllocator); in decode()
|