Searched refs:testDirectory (Results 1 – 1 of 1) sorted by relevance
118 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestGl() local119 const std::string eglLibPath = (testDirectory / "libEGL_emulation_with_host.so").string(); in SetupGuestGl()120 const std::string gles2LibPath = (testDirectory / "libGLESv2_emulation_with_host.so").string(); in SetupGuestGl()165 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestRc() local167 (testDirectory / "libgfxstream_guest_rendercontrol_with_host.so").string(); in SetupGuestRc()192 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestVk() local193 … const std::string vkLibPath = (testDirectory / "libgfxstream_guest_vulkan_with_host.so").string(); in SetupGuestVk()