Home
last modified time | relevance | path

Searched refs:on_vkMapMemoryIntoAddressSpaceGOOGLE (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h417 VkResult on_vkMapMemoryIntoAddressSpaceGOOGLE(void* context, VkResult input_result,
DResourceTracker.cpp6198 VkResult ResourceTracker::on_vkMapMemoryIntoAddressSpaceGOOGLE(void*, VkResult input_result, in on_vkMapMemoryIntoAddressSpaceGOOGLE() function in gfxstream::vk::ResourceTracker
DVkEncoder.cpp35878 sResourceTracker->on_vkMapMemoryIntoAddressSpaceGOOGLE( in vkMapMemoryIntoAddressSpaceGOOGLE()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h446 VkResult on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp4890 VkResult on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, in on_vkMapMemoryIntoAddressSpaceGOOGLE() function in gfxstream::vk::VkDecoderGlobalState::Impl
8380 VkResult VkDecoderGlobalState::on_vkMapMemoryIntoAddressSpaceGOOGLE(android::base::BumpPool* pool, in on_vkMapMemoryIntoAddressSpaceGOOGLE() function in gfxstream::vk::VkDecoderGlobalState
8384 return mImpl->on_vkMapMemoryIntoAddressSpaceGOOGLE(pool, device, memory, pAddress); in on_vkMapMemoryIntoAddressSpaceGOOGLE()
DVkDecoder.cpp20337 m_state->on_vkMapMemoryIntoAddressSpaceGOOGLE(&m_pool, device, memory, in decode()