Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp351 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()
376 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()
1090 egl_connection_t* const cnx = &gEGLImpl; in eglMakeCurrent()
1165 egl_connection_t* const cnx = &gEGLImpl; in eglWaitGL()
1176 egl_connection_t* const cnx = &gEGLImpl; in eglWaitNative()
1186 egl_connection_t* const cnx = &gEGLImpl; in eglGetError()
1198 const egl_connection_t* cnx = &gEGLImpl; in findBuiltinWrapper()
1271 egl_connection_t* const cnx = &gEGLImpl; in eglGetProcAddress()
1599 egl_connection_t* const cnx = &gEGLImpl; in eglSwapInterval()
1616 egl_connection_t* const cnx = &gEGLImpl; in eglWaitClient()
[all …]
Degl.cpp42 egl_connection_t gEGLImpl; variable
105 cnx = &gEGLImpl; in validate_display_connection()
186 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()
Degldefs.h63 extern egl_connection_t gEGLImpl;
Degl_display.cpp132 egl_connection_t* const cnx = &gEGLImpl; in getDisplay()
174 egl_connection_t* const cnx = &gEGLImpl; in initialize()
312 egl_connection_t* const cnx = &gEGLImpl; in terminate()
Degl_cache.cpp82 egl_connection_t* const cnx = &gEGLImpl; in initialize()
Degl_object.cpp303 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()