OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:egl_strerror
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/tests/angeles/
app-linux.cpp
74
const char *
egl_strerror
(unsigned err)
function
101
name, err,
egl_strerror
(err));
/frameworks/base/opengl/libs/EGL/
egl.cpp
275
const char *
egl_strerror
(EGLint err)
function in namespace:android
329
LOGE("%s:%d error %x (%s)", caller, line, error,
egl_strerror
(error));
712
egl_strerror
(cnx->egl.eglGetError()));
796
egl_strerror
(cnx->egl.eglGetError()));
[
all
...]
Completed in 124 milliseconds