Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp325 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()
350 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()
799 egl_connection_t* const cnx = &gEGLImpl; in eglMakeCurrent()
874 egl_connection_t* const cnx = &gEGLImpl; in eglWaitGL()
885 egl_connection_t* const cnx = &gEGLImpl; in eglWaitNative()
895 egl_connection_t* const cnx = &gEGLImpl; in eglGetError()
907 const egl_connection_t* cnx = &gEGLImpl; in findBuiltinWrapper()
977 egl_connection_t* const cnx = &gEGLImpl; in eglGetProcAddress()
1263 egl_connection_t* const cnx = &gEGLImpl; in eglSwapInterval()
1280 egl_connection_t* const cnx = &gEGLImpl; in eglWaitClient()
[all …]
Degl_display.cpp107 egl_connection_t* const cnx = &gEGLImpl; in getDisplay()
147 egl_connection_t* const cnx = &gEGLImpl; in initialize()
254 egl_connection_t* const cnx = &gEGLImpl; in terminate()
391 egl_connection_t* const cnx = &gEGLImpl; in incWakeCount()
416 egl_connection_t* const cnx = &gEGLImpl; in decWakeCount()
Degl.cpp49 egl_connection_t gEGLImpl; variable
112 cnx = &gEGLImpl; in validate_display_connection()
193 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()
Degldefs.h63 extern egl_connection_t gEGLImpl;
Degl_object.cpp126 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
Degl_cache.cpp93 egl_connection_t* const cnx = &gEGLImpl; in initialize()