Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp119 const std::string eglLibPath = (testDirectory / "libEGL_emulation_with_host.so").string(); in SetupGuestGl() local
122 void* eglLib = dlopen(eglLibPath.c_str(), RTLD_NOW | RTLD_LOCAL); in SetupGuestGl()
124 ALOGE("Failed to load Gfxstream EGL library from %s.", eglLibPath.c_str()); in SetupGuestGl()
139 ALOGE("Failed to load Gfxstream EGL library from %s.", eglLibPath.c_str()); in SetupGuestGl()
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config_unittest.cpp294 std::string eglLibPath = StringFormat("gles_angle/%s", kEglLibName); in TEST() local
298 makeLibSubFile(myDir, eglLibPath.c_str()); in TEST()