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
62
extern egl_connection_t
gEGLImpl
;
eglApi.cpp
272
egl_connection_t* const cnx = &
gEGLImpl
;
297
egl_connection_t* const cnx = &
gEGLImpl
;
774
egl_connection_t* const cnx = &
gEGLImpl
;
849
egl_connection_t* const cnx = &
gEGLImpl
;
860
egl_connection_t* const cnx = &
gEGLImpl
;
870
egl_connection_t* const cnx = &
gEGLImpl
;
882
const egl_connection_t* cnx = &
gEGLImpl
;
953
egl_connection_t* const cnx = &
gEGLImpl
;
[
all
...]
egl_display.cpp
108
egl_connection_t* const cnx = &
gEGLImpl
;
149
egl_connection_t* const cnx = &
gEGLImpl
;
249
egl_connection_t* const cnx = &
gEGLImpl
;
380
egl_connection_t* const cnx = &
gEGLImpl
;
405
egl_connection_t* const cnx = &
gEGLImpl
;
egl_object.cpp
109
const char* exts = (const char *)
gEGLImpl
.hooks[version]->gl.glGetString(GL_EXTENSIONS);
egl.cpp
49
egl_connection_t
gEGLImpl
;
267
cnx = &
gEGLImpl
;
310
egl_connection_t* cnx = &
gEGLImpl
;
egl_cache.cpp
92
egl_connection_t* const cnx = &
gEGLImpl
;
Completed in 116 milliseconds