Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVulkanDispatch.cpp60 auto androidIcd = android::base::getEnvironmentVariable("ANDROID_EMU_VK_ICD"); in initIcdPaths() local
61 if (androidIcd == "") { in initIcdPaths()
70 androidIcd = testingICD; in initIcdPaths()
73 if (androidIcd == "swiftshader") { in initIcdPaths()
79 if (androidIcd != "moltenvk") { in initIcdPaths()