Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp50 egl_connection_t* const cnx = &gEGLImpl; in eglGetDisplay()
65 egl_connection_t* const cnx = &gEGLImpl; in eglGetPlatformDisplay()
72 egl_connection_t* const cnx = &gEGLImpl; in eglInitialize()
79 egl_connection_t* const cnx = &gEGLImpl; in eglTerminate()
87 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()
95 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()
102 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigAttrib()
110 egl_connection_t* const cnx = &gEGLImpl; in eglCreateWindowSurface()
118 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePlatformWindowSurface()
126 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePixmapSurface()
[all …]
Degl_platform_entries.cpp319 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigsImpl()
338 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfigImpl()
1057 egl_connection_t* const cnx = &gEGLImpl; in eglMakeCurrentImpl()
1115 egl_connection_t* const cnx = &gEGLImpl; in eglWaitGLImpl()
1122 egl_connection_t* const cnx = &gEGLImpl; in eglWaitNativeImpl()
1130 egl_connection_t* const cnx = &gEGLImpl; in eglGetErrorImpl()
1141 const egl_connection_t* cnx = &gEGLImpl; in findBuiltinWrapper()
1191 egl_connection_t* const cnx = &gEGLImpl; in eglGetProcAddressImpl()
1535 egl_connection_t* const cnx = &gEGLImpl; in eglSwapIntervalImpl()
1548 egl_connection_t* const cnx = &gEGLImpl; in eglWaitClientImpl()
[all …]
Degl.cpp33 egl_connection_t gEGLImpl; variable
119 return &gEGLImpl; in egl_get_connection()
135 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()
Degl_object.cpp319 const char* exts = (const char*)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS); in onMakeCurrent()
331 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent()
334 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent()
337 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent()
Degl_display.cpp185 egl_connection_t* const cnx = &gEGLImpl; in getPlatformDisplay()
242 egl_connection_t* const cnx = &gEGLImpl; in initialize()
267 egl_connection_t* const cnx = &gEGLImpl; in initialize()
430 egl_connection_t* const cnx = &gEGLImpl; in terminate()
557 *outCnx = &gEGLImpl; in validate_display_connection()
Degldefs.h93 extern egl_connection_t gEGLImpl;
Degl_cache.cpp85 egl_connection_t* const cnx = &gEGLImpl; in initialize()