Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVulkanDispatch.cpp259 if (mForTesting || explicitIcd == "mock") { in getPossibleLoaderPaths()
294 if (!mForTesting && customIcd == "moltenvk") { in getPossibleMoltenVkPaths()
327 bool mForTesting = false; member in gfxstream::vk::VulkanDispatchImpl
351 mForTesting = forTesting; in initialize()
352 initIcdPaths(mForTesting); in initialize()