OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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