Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h364 VkResult on_vkCreateFence(void* context, VkResult input_result, VkDevice device,
Dfunc_table.cpp426 vkCreateFence_VkResult_return = resources->on_vkCreateFence( in gfxstream_vk_CreateFence()
DResourceTracker.cpp4512 VkResult ResourceTracker::on_vkCreateFence(void* context, VkResult input_result, VkDevice device, in on_vkCreateFence() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h513 VkResult on_vkCreateFence(android::base::BumpPool* pool, VkDevice device,
DVkDecoderGlobalState.cpp2539 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()
DVkDecoder.cpp2643 m_state->on_vkCreateFence(&m_pool, device, pCreateInfo, pAllocator, pFence); in decode()