Searched refs:on_vkAllocateMemory (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 46 return mDgs->on_vkAllocateMemory(mBp, device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 662 resources->on_vkAllocateMemory(vkEnc, VK_SUCCESS, gfxstream_device->internal_object, in gfxstream_vk_AllocateMemory()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 186 VkResult on_vkAllocateMemory(void* context, VkResult input_result, VkDevice device,
|
D | ResourceTracker.cpp | 3203 VkResult ResourceTracker::on_vkAllocateMemory(void* context, VkResult input_result, VkDevice device, in on_vkAllocateMemory() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 400 VkResult on_vkAllocateMemory(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 4178 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()
|
D | VkDecoder.cpp | 1675 vkAllocateMemory_VkResult_return = m_state->on_vkAllocateMemory( in decode()
|