Home
last modified time | relevance | path

Searched refs:on_vkDestroyFramebuffer (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h767 void on_vkDestroyFramebuffer(android::base::BumpPool* pool, VkSnapshotApiCallInfo* snapshotInfo,
DVkDecoderGlobalState.cpp7170 void on_vkDestroyFramebuffer(android::base::BumpPool* pool, VkSnapshotApiCallInfo*, in on_vkDestroyFramebuffer() function in gfxstream::vk::VkDecoderGlobalState::Impl
10222 void VkDecoderGlobalState::on_vkDestroyFramebuffer(android::base::BumpPool* pool, in on_vkDestroyFramebuffer() function in gfxstream::vk::VkDecoderGlobalState
10226 mImpl->on_vkDestroyFramebuffer(pool, snapshotInfo, boxed_device, framebuffer, pAllocator); in on_vkDestroyFramebuffer()
DVkDecoder.cpp5736 m_state->on_vkDestroyFramebuffer(&m_pool, snapshotApiCallInfo, device, in decode()