Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp51 egl_connection_t* const cnx = &gEGLImpl; in eglGetDisplay()
66 egl_connection_t* const cnx = &gEGLImpl; in eglGetPlatformDisplay()
73 egl_connection_t* const cnx = &gEGLImpl; in eglInitialize()
80 egl_connection_t* const cnx = &gEGLImpl; in eglTerminate()
88 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()
96 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()
103 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigAttrib()
111 egl_connection_t* const cnx = &gEGLImpl; in eglCreateWindowSurface()
119 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePlatformWindowSurface()
127 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePixmapSurface()
[all …]
Degl_platform_entries.cpp359 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigsImpl()
382 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfigImpl()
1104 egl_connection_t* const cnx = &gEGLImpl; in eglMakeCurrentImpl()
1167 egl_connection_t* const cnx = &gEGLImpl; in eglWaitGLImpl()
1176 egl_connection_t* const cnx = &gEGLImpl; in eglWaitNativeImpl()
1186 egl_connection_t* const cnx = &gEGLImpl; in eglGetErrorImpl()
1198 const egl_connection_t* cnx = &gEGLImpl; in findBuiltinWrapper()
1257 egl_connection_t* const cnx = &gEGLImpl; in eglGetProcAddressImpl()
1588 egl_connection_t* const cnx = &gEGLImpl; in eglSwapIntervalImpl()
1603 egl_connection_t* const cnx = &gEGLImpl; in eglWaitClientImpl()
[all …]
Degl.cpp41 egl_connection_t gEGLImpl; variable
104 cnx = &gEGLImpl; in validate_display_connection()
170 return &gEGLImpl; in egl_get_connection()
189 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()
Degl_display.cpp219 egl_connection_t* const cnx = &gEGLImpl; in getPlatformDisplay()
270 egl_connection_t* const cnx = &gEGLImpl; in initialize()
294 egl_connection_t* const cnx = &gEGLImpl; in initialize()
464 egl_connection_t* const cnx = &gEGLImpl; in terminate()
Degldefs.h104 extern egl_connection_t gEGLImpl;
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()