Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h46 return mDgs->on_vkAllocateMemory(mBp, device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp662 resources->on_vkAllocateMemory(vkEnc, VK_SUCCESS, gfxstream_device->internal_object, in gfxstream_vk_AllocateMemory()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h186 VkResult on_vkAllocateMemory(void* context, VkResult input_result, VkDevice device,
DResourceTracker.cpp3203 VkResult ResourceTracker::on_vkAllocateMemory(void* context, VkResult input_result, VkDevice device, in on_vkAllocateMemory() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h400 VkResult on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp4178 VkResult on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkAllocateMemory() function in gfxstream::vk::VkDecoderGlobalState::Impl
8307 VkResult VkDecoderGlobalState::on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice device, in on_vkAllocateMemory() function in gfxstream::vk::VkDecoderGlobalState
8311 return mImpl->on_vkAllocateMemory(pool, device, pAllocateInfo, pAllocator, pMemory); in on_vkAllocateMemory()
DVkDecoder.cpp1675 vkAllocateMemory_VkResult_return = m_state->on_vkAllocateMemory( in decode()