Lines Matching refs:_EGLContext
67 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
72 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *val…
76 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
77 _EGLContext **old_ctx,
84 static INLINE _EGLContext *
85 _eglGetContext(_EGLContext *ctx) in _eglGetContext()
97 _eglPutContext(_EGLContext *ctx) in _eglPutContext()
108 _eglLinkContext(_EGLContext *ctx) in _eglLinkContext()
120 _eglUnlinkContext(_EGLContext *ctx) in _eglUnlinkContext()
130 static INLINE _EGLContext *
133 _EGLContext *ctx = (_EGLContext *) context; in _eglLookupContext()
144 _eglGetContextHandle(_EGLContext *ctx) in _eglGetContextHandle()