Home | History | Annotate | Download | only in main

Lines Matching refs:_EGLContext

46 _eglGetContextAPIBit(_EGLContext *ctx)
82 _eglParseContextAttribList(_EGLContext *ctx, _EGLDisplay *dpy,
352 * Initialize the given _EGLContext object to defaults and/or the values
356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf,
398 _eglQueryContextRenderBuffer(_EGLContext *ctx)
414 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *c,
451 static _EGLContext *
452 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t)
455 _EGLContext *oldCtx;
478 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read)
559 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read,
560 _EGLContext **old_ctx,
564 _EGLContext *prev_ctx;