Lines Matching refs:_EGLContext
46 _eglGetContextAPIBit(_EGLContext *ctx) in _eglGetContextAPIBit()
84 _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay *dpy, in _eglParseContextAttribList()
579 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf, in _eglInitContext()
621 _eglQueryContextRenderBuffer(_EGLContext *ctx) in _eglQueryContextRenderBuffer()
637 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *c, in _eglQueryContext()
682 _EGLContext *
683 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t) in _eglBindContextToThread()
685 _EGLContext *oldCtx; in _eglBindContextToThread()
705 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read) in _eglCheckMakeCurrent()
779 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext()
780 _EGLContext **old_ctx, in _eglBindContext()
784 _EGLContext *prev_ctx; in _eglBindContext()