Home
last modified time | relevance | path

Searched refs:gEGLImpl (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp272 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()
297 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()
774 egl_connection_t* const cnx = &gEGLImpl; in eglMakeCurrent()
849 egl_connection_t* const cnx = &gEGLImpl; in eglWaitGL()
860 egl_connection_t* const cnx = &gEGLImpl; in eglWaitNative()
870 egl_connection_t* const cnx = &gEGLImpl; in eglGetError()
882 const egl_connection_t* cnx = &gEGLImpl; in findBuiltinGLWrapper()
953 egl_connection_t* const cnx = &gEGLImpl; in eglGetProcAddress()
1231 egl_connection_t* const cnx = &gEGLImpl; in eglSwapInterval()
1248 egl_connection_t* const cnx = &gEGLImpl; in eglWaitClient()
[all …]
Degl_display.cpp108 egl_connection_t* const cnx = &gEGLImpl; in getDisplay()
149 egl_connection_t* const cnx = &gEGLImpl; in initialize()
249 egl_connection_t* const cnx = &gEGLImpl; in terminate()
380 egl_connection_t* const cnx = &gEGLImpl; in incWakeCount()
405 egl_connection_t* const cnx = &gEGLImpl; in decWakeCount()
Degl.cpp49 egl_connection_t gEGLImpl; variable
267 cnx = &gEGLImpl; in validate_display_connection()
310 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()
Degldefs.h62 extern egl_connection_t gEGLImpl;
Degl_object.cpp109 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
Degl_cache.cpp92 egl_connection_t* const cnx = &gEGLImpl; in initialize()