OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gEGLImpl
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/opengl/libs/EGL/
egldefs.h
63
extern egl_connection_t
gEGLImpl
;
eglApi.cpp
336
egl_connection_t* const cnx = &
gEGLImpl
;
361
egl_connection_t* const cnx = &
gEGLImpl
;
810
egl_connection_t* const cnx = &
gEGLImpl
;
885
egl_connection_t* const cnx = &
gEGLImpl
;
896
egl_connection_t* const cnx = &
gEGLImpl
;
906
egl_connection_t* const cnx = &
gEGLImpl
;
918
const egl_connection_t* cnx = &
gEGLImpl
;
[
all
...]
egl.cpp
49
egl_connection_t
gEGLImpl
;
112
cnx = &
gEGLImpl
;
193
egl_connection_t* cnx = &
gEGLImpl
;
egl_display.cpp
107
egl_connection_t* const cnx = &
gEGLImpl
;
147
egl_connection_t* const cnx = &
gEGLImpl
;
254
egl_connection_t* const cnx = &
gEGLImpl
;
391
egl_connection_t* const cnx = &
gEGLImpl
;
416
egl_connection_t* const cnx = &
gEGLImpl
;
egl_object.cpp
126
const char* exts = (const char *)
gEGLImpl
.hooks[version]->gl.glGetString(GL_EXTENSIONS);
egl_cache.cpp
93
egl_connection_t* const cnx = &
gEGLImpl
;
Completed in 134 milliseconds