Lines Matching refs:_EGLContext
72 _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp,
77 _eglQueryContext(_EGLContext *ctx, EGLint attribute, EGLint *value);
81 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
82 _EGLContext **old_ctx,
85 extern _EGLContext *
86 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t);
92 static inline _EGLContext *
93 _eglGetContext(_EGLContext *ctx) in _eglGetContext()
105 _eglPutContext(_EGLContext *ctx) in _eglPutContext()
116 _eglLinkContext(_EGLContext *ctx) in _eglLinkContext()
128 _eglUnlinkContext(_EGLContext *ctx) in _eglUnlinkContext()
138 static inline _EGLContext *
141 _EGLContext *ctx = (_EGLContext *) context; in _eglLookupContext()
152 _eglGetContextHandle(_EGLContext *ctx) in _eglGetContextHandle()