Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp193 … const std::string vkLibPath = (testDirectory / "libgfxstream_guest_vulkan_with_host.so").string(); in SetupGuestVk() local
195 auto dl = std::make_unique<vkhpp::DynamicLoader>(vkLibPath); in SetupGuestVk()
197 ALOGE("Failed to load Vulkan from: %s", vkLibPath.c_str()); in SetupGuestVk()