Lines Matching refs:_EGLContext
75 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy,
80 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *val…
84 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
85 _EGLContext **old_ctx,
88 extern _EGLContext *
89 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t);
95 static inline _EGLContext *
96 _eglGetContext(_EGLContext *ctx) in _eglGetContext()
108 _eglPutContext(_EGLContext *ctx) in _eglPutContext()
119 _eglLinkContext(_EGLContext *ctx) in _eglLinkContext()
131 _eglUnlinkContext(_EGLContext *ctx) in _eglUnlinkContext()
141 static inline _EGLContext *
144 _EGLContext *ctx = (_EGLContext *) context; in _eglLookupContext()
155 _eglGetContextHandle(_EGLContext *ctx) in _eglGetContextHandle()