HomeSort by relevance Sort by last modified time
    Searched full:egllib (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 33 char *eglLib = (char *) "libEGL.so";
35 eglLib = getenv(EGL_LIB);
38 s_dispatch = loadEGL(eglLib);
40 fprintf(stderr,"FATAL ERROR: Could not load EGL lib [%s]\n", eglLib);

Completed in 229 milliseconds