Home
last modified time | relevance | path

Searched refs:on_vkFreeMemory (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h226 mDgs->on_vkFreeMemory(mBp, device, unbox_VkDeviceMemory(memory), pAllocator); in vkFreeMemory()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h189 void on_vkFreeMemory(void* context, VkDevice device, VkDeviceMemory memory,
Dfunc_table.cpp222 resources->on_vkFreeMemory(vkEnc, gfxstream_device->internal_object, memory, pAllocator); in gfxstream_vk_FreeMemory()
DResourceTracker.cpp3906 void ResourceTracker::on_vkFreeMemory(void* context, VkDevice device, VkDeviceMemory memory, in on_vkFreeMemory() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h404 void on_vkFreeMemory(android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory,
DVkDecoderGlobalState.cpp4651 void on_vkFreeMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkFreeMemory() function in gfxstream::vk::VkDecoderGlobalState::Impl
5051 on_vkFreeMemory(pool, boxed_device, memory, pAllocator); in on_vkFreeMemorySyncGOOGLE()
8314 void VkDecoderGlobalState::on_vkFreeMemory(android::base::BumpPool* pool, VkDevice device, in on_vkFreeMemory() function in gfxstream::vk::VkDecoderGlobalState
8317 mImpl->on_vkFreeMemory(pool, device, memory, pAllocator); in on_vkFreeMemory()
DVkDecoder.cpp1747 m_state->on_vkFreeMemory(&m_pool, device, memory, pAllocator); in decode()