Home
last modified time | relevance | path

Searched refs:createGlobalVkEmulation (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp59 mVkEmu(createGlobalVkEmulation(mVk, getGfxstreamFeatures())), in VulkanTestHelper()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h428 VkEmulation* createGlobalVkEmulation(VulkanDispatch* vk, gfxstream::host::FeatureSet features);
DVkCommonOperations.cpp516 VkEmulation* createGlobalVkEmulation(VulkanDispatch* vk, gfxstream::host::FeatureSet features) { in createGlobalVkEmulation() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp319 vkEmu = vk::createGlobalVkEmulation(vkDispatch, fb->m_features); in initialize()