Searched refs:on_vkCreateFence (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 364 VkResult on_vkCreateFence(void* context, VkResult input_result, VkDevice device,
|
D | func_table.cpp | 426 vkCreateFence_VkResult_return = resources->on_vkCreateFence( in gfxstream_vk_CreateFence()
|
D | ResourceTracker.cpp | 4512 VkResult ResourceTracker::on_vkCreateFence(void* context, VkResult input_result, VkDevice device, in on_vkCreateFence() function in gfxstream::vk::ResourceTracker
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 513 VkResult on_vkCreateFence(android::base::BumpPool* pool, VkDevice device,
|
D | VkDecoderGlobalState.cpp | 2539 VkResult on_vkCreateFence(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkCreateFence() function in gfxstream::vk::VkDecoderGlobalState::Impl 8076 VkResult VkDecoderGlobalState::on_vkCreateFence(android::base::BumpPool* pool, VkDevice device, in on_vkCreateFence() function in gfxstream::vk::VkDecoderGlobalState 8080 return mImpl->on_vkCreateFence(pool, device, pCreateInfo, pAllocator, pFence); in on_vkCreateFence()
|
D | VkDecoder.cpp | 2643 m_state->on_vkCreateFence(&m_pool, device, pCreateInfo, pAllocator, pFence); in decode()
|