Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h113 return mDgs->on_vkCreateBuffer(mBp, device, pCreateInfo, pAllocator, pBuffer); in vkCreateBuffer()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h224 VkResult on_vkCreateBuffer(void* context, VkResult input_result, VkDevice device,
Dfunc_table.cpp647 vkCreateBuffer_VkResult_return = resources->on_vkCreateBuffer( in gfxstream_vk_CreateBuffer()
DResourceTracker.cpp5245 VkResult ResourceTracker::on_vkCreateBuffer(void* context, VkResult, VkDevice device, in on_vkCreateBuffer() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h210 VkResult on_vkCreateBuffer(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp1964 VkResult on_vkCreateBuffer(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateBuffer() function in gfxstream::vk::VkDecoderGlobalState::Impl
5623 on_vkCreateBuffer(pool, boxed_device, pCreateInfo, pAllocator, pBuffer); in on_vkCreateBufferWithRequirementsGOOGLE()
7962 VkResult VkDecoderGlobalState::on_vkCreateBuffer(android::base::BumpPool* pool, VkDevice device, in on_vkCreateBuffer() function in gfxstream::vk::VkDecoderGlobalState
7966 return mImpl->on_vkCreateBuffer(pool, device, pCreateInfo, pAllocator, pBuffer); in on_vkCreateBuffer()
DVkDecoder.cpp3537 m_state->on_vkCreateBuffer(&m_pool, device, pCreateInfo, pAllocator, pBuffer); in decode()