Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h63 return mDgs->on_vkBindImageMemory(mBp, device, unbox_VkImage(image), in vkBindImageMemory()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h216 VkResult on_vkBindImageMemory(void* context, VkResult input_result, VkDevice device,
Dfunc_table.cpp303 vkBindImageMemory_VkResult_return = resources->on_vkBindImageMemory( in gfxstream_vk_BindImageMemory()
DResourceTracker.cpp5199 VkResult ResourceTracker::on_vkBindImageMemory(void* context, VkResult, VkDevice device, in on_vkBindImageMemory() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h233 VkResult on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice device, VkImage image,
DVkDecoderGlobalState.cpp2302 VkResult on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindImageMemory() function in gfxstream::vk::VkDecoderGlobalState::Impl
8006 VkResult VkDecoderGlobalState::on_vkBindImageMemory(android::base::BumpPool* pool, VkDevice device, in on_vkBindImageMemory() function in gfxstream::vk::VkDecoderGlobalState
8009 return mImpl->on_vkBindImageMemory(pool, device, image, memory, memoryOffset); in on_vkBindImageMemory()
DVkDecoder.cpp2175 m_state->on_vkBindImageMemory(&m_pool, device, image, memory, memoryOffset); in decode()