Lines Matching refs:_EGLContext
70 _eglInitContext(_EGLContext *ctx, _EGLDisplay *disp,
75 _eglQueryContext(_EGLContext *ctx, EGLint attribute, EGLint *value);
79 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
80 _EGLContext **old_ctx,
83 extern _EGLContext *
84 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t);
90 static inline _EGLContext *
91 _eglGetContext(_EGLContext *ctx) in _eglGetContext()
103 _eglPutContext(_EGLContext *ctx) in _eglPutContext()
114 _eglLinkContext(_EGLContext *ctx) in _eglLinkContext()
126 _eglUnlinkContext(_EGLContext *ctx) in _eglUnlinkContext()
136 static inline _EGLContext *
139 _EGLContext *ctx = (_EGLContext *) context; in _eglLookupContext()
150 _eglGetContextHandle(_EGLContext *ctx) in _eglGetContextHandle()