Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVulkanDispatch.cpp67 const char* testingICD = "swiftshader"; in initIcdPaths() local
68 INFO("%s: In test environment, enforcing %s ICD.", __func__, testingICD); in initIcdPaths()
69 android::base::setEnvironmentVariable("ANDROID_EMU_VK_ICD", testingICD); in initIcdPaths()
70 androidIcd = testingICD; in initIcdPaths()