Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVulkanDispatch.cpp246 const std::string explicitIcd = android::base::getEnvironmentVariable("ANDROID_EMU_VK_ICD"); in getPossibleLoaderPaths() local
253 if (explicitIcd.empty() || isWindows) { in getPossibleLoaderPaths()
259 if (mForTesting || explicitIcd == "mock") { in getPossibleLoaderPaths()