Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h138 return mDgs->on_vkCreateDevice(mBp, physicalDevice, pCreateInfo, pAllocator, pDevice); in vkCreateDevice()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h179 VkResult on_vkCreateDevice(void* context, VkResult input_result,
DResourceTracker.cpp2132 VkResult ResourceTracker::on_vkCreateDevice(void* context, VkResult input_result, in on_vkCreateDevice() function in gfxstream::vk::ResourceTracker
DVkEncoder.cpp1466 sResourceTracker->on_vkCreateDevice(this, vkCreateDevice_VkResult_return, physicalDevice, in vkCreateDevice()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h197 VkResult on_vkCreateDevice(android::base::BumpPool* pool, VkPhysicalDevice physicalDevice,
DVkDecoderGlobalState.cpp1621 VkResult on_vkCreateDevice(android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, in on_vkCreateDevice() function in gfxstream::vk::VkDecoderGlobalState::Impl
7937 VkResult VkDecoderGlobalState::on_vkCreateDevice(android::base::BumpPool* pool, in on_vkCreateDevice() function in gfxstream::vk::VkDecoderGlobalState
7942 return mImpl->on_vkCreateDevice(pool, physicalDevice, pCreateInfo, pAllocator, pDevice); in on_vkCreateDevice()
DVkDecoder.cpp943 vkCreateDevice_VkResult_return = m_state->on_vkCreateDevice( in decode()