Searched refs:gles2LibPath (Results 1 – 1 of 1) sorted by relevance
120 const std::string gles2LibPath = (testDirectory / "libGLESv2_emulation_with_host.so").string(); in SetupGuestGl() local128 void* gles2Lib = dlopen(gles2LibPath.c_str(), RTLD_NOW | RTLD_LOCAL); in SetupGuestGl()130 ALOGE("Failed to load Gfxstream GLES2 library from %s.", gles2LibPath.c_str()); in SetupGuestGl()