Searched refs:eglLibPath (Results 1 – 2 of 2) sorted by relevance
119 const std::string eglLibPath = (testDirectory / "libEGL_emulation_with_host.so").string(); in SetupGuestGl() local122 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()
294 std::string eglLibPath = StringFormat("gles_angle/%s", kEglLibName); in TEST() local298 makeLibSubFile(myDir, eglLibPath.c_str()); in TEST()