Searched refs:on_vkBindBufferMemory2KHR (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 245 VkResult on_vkBindBufferMemory2KHR(void* context, VkResult input_result, VkDevice device,
|
D | func_table.cpp | 3381 vkBindBufferMemory2KHR_VkResult_return = resources->on_vkBindBufferMemory2KHR( in gfxstream_vk_BindBufferMemory2KHR()
|
D | ResourceTracker.cpp | 5440 VkResult ResourceTracker::on_vkBindBufferMemory2KHR(void* context, VkResult, VkDevice device, in on_vkBindBufferMemory2KHR() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 222 VkResult on_vkBindBufferMemory2KHR(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 2068 VkResult on_vkBindBufferMemory2KHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkBindBufferMemory2KHR() function in gfxstream::vk::VkDecoderGlobalState::Impl 7987 VkResult VkDecoderGlobalState::on_vkBindBufferMemory2KHR(android::base::BumpPool* pool, in on_vkBindBufferMemory2KHR() function in gfxstream::vk::VkDecoderGlobalState 7990 return mImpl->on_vkBindBufferMemory2KHR(pool, device, bindInfoCount, pBindInfos); in on_vkBindBufferMemory2KHR()
|
D | VkDecoder.cpp | 15753 m_state->on_vkBindBufferMemory2KHR(&m_pool, device, bindInfoCount, pBindInfos); in decode()
|