Lines Matching refs:_EGLContext
193 _eglCheckContext(_EGLDisplay *disp, _EGLContext *context, const char *msg) in _eglCheckContext()
421 _EGLContext *share = _eglLookupContext(share_list, disp); in eglCreateContext()
423 _EGLContext *context; in eglCreateContext()
448 _EGLContext *context = _eglLookupContext(ctx, disp); in eglDestroyContext()
465 _EGLContext *context = _eglLookupContext(ctx, disp); in eglMakeCurrent()
509 _EGLContext *context = _eglLookupContext(ctx, disp); in eglQueryContext()
661 _EGLContext *ctx = _eglGetCurrentContext(); in eglSwapInterval()
685 _EGLContext *ctx = _eglGetCurrentContext(); in eglSwapBuffers()
724 _EGLContext *ctx = _eglGetCurrentContext(); in eglWaitClient()
770 _EGLContext *ctx = _eglGetCurrentContext(); in eglWaitNative()
798 _EGLContext *ctx = _eglGetCurrentContext(); in eglGetCurrentDisplay()
810 _EGLContext *ctx = _eglGetCurrentContext(); in eglGetCurrentContext()
822 _EGLContext *ctx = _eglGetCurrentContext(); in eglGetCurrentSurface()
1028 _EGLContext *source_context = _eglLookupContext(source, disp); in eglCopyContextMESA()
1029 _EGLContext *dest_context = _eglLookupContext(dest, disp); in eglCopyContextMESA()
1277 _EGLContext *ctx = t->CurrentContexts[i]; in eglReleaseThread()
1305 _EGLContext *context = _eglLookupContext(ctx, disp); in eglCreateImageKHR()
1436 _EGLContext *ctx = _eglGetCurrentContext(); in eglSwapBuffersRegionNOK()