Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp120 const std::string gles2LibPath = (testDirectory / "libGLESv2_emulation_with_host.so").string(); in SetupGuestGl() local
128 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()