OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gEGLImpl
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/opengl/libs/EGL/
egldefs.h
65
extern egl_connection_t
gEGLImpl
[IMPL_NUM_IMPLEMENTATIONS];
egl.cpp
51
egl_connection_t
gEGLImpl
[IMPL_NUM_IMPLEMENTATIONS];
204
egl_connection_t* const cnx = &
gEGLImpl
[dp->configs[intptr_t(config)].impl];
257
cnx = &
gEGLImpl
[IMPL_SOFTWARE];
264
cnx = &
gEGLImpl
[IMPL_HARDWARE];
277
if (!
gEGLImpl
[IMPL_SOFTWARE].dso && !
gEGLImpl
[IMPL_HARDWARE].dso) {
egl_display.cpp
123
egl_connection_t* const cnx = &
gEGLImpl
[i];
164
egl_connection_t* const cnx = &
gEGLImpl
[i];
247
egl_connection_t* const cnx = &
gEGLImpl
[i];
266
egl_connection_t* const cnx = &
gEGLImpl
[i];
309
egl_connection_t* const cnx = &
gEGLImpl
[i];
eglApi.cpp
259
egl_connection_t* const cnx = &
gEGLImpl
[dp->configs[intptr_t(ourConfig)].impl];
291
egl_connection_t* const cnx = &
gEGLImpl
[i];
766
egl_connection_t* const cnx = &
gEGLImpl
[c->impl];
788
egl_connection_t* const cnx = &
gEGLImpl
[c->impl];
802
egl_connection_t* const cnx = &
gEGLImpl
[i];
892
egl_connection_t* const cnx = &
gEGLImpl
[i];
978
if (
gEGLImpl
[IMPL_HARDWARE].dso) {
[
all
...]
egl_cache.cpp
87
egl_connection_t* const cnx = &
gEGLImpl
[i];
Completed in 36 milliseconds