Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp118 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestGl() local
119 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() local
167 (testDirectory / "libgfxstream_guest_rendercontrol_with_host.so").string(); in SetupGuestRc()
192 const std::filesystem::path testDirectory = gfxstream::guest::getProgramDirectory(); in SetupGuestVk() local
193 … const std::string vkLibPath = (testDirectory / "libgfxstream_guest_vulkan_with_host.so").string(); in SetupGuestVk()