Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h254 VkResult on_vkGetSemaphoreFdKHR(void* context, VkResult, VkDevice device,
Dfunc_table.cpp3107 vkGetSemaphoreFdKHR_VkResult_return = resources->on_vkGetSemaphoreFdKHR( in gfxstream_vk_GetSemaphoreFdKHR()
DResourceTracker.cpp5552 VkResult ResourceTracker::on_vkGetSemaphoreFdKHR(void* context, VkResult, VkDevice device, in on_vkGetSemaphoreFdKHR() function in gfxstream::vk::ResourceTracker
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h508 VkResult on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, VkDevice boxed_device,
DVkDecoderGlobalState.cpp2700 VkResult on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, VkDevice boxed_device, in on_vkGetSemaphoreFdKHR() function in gfxstream::vk::VkDecoderGlobalState::Impl
8063 VkResult VkDecoderGlobalState::on_vkGetSemaphoreFdKHR(android::base::BumpPool* pool, in on_vkGetSemaphoreFdKHR() function in gfxstream::vk::VkDecoderGlobalState
8067 return mImpl->on_vkGetSemaphoreFdKHR(pool, device, pGetFdInfo, pFd); in on_vkGetSemaphoreFdKHR()
DVkDecoder.cpp14677 m_state->on_vkGetSemaphoreFdKHR(&m_pool, device, pGetFdInfo, pFd); in decode()