Lines Matching refs:EGLContext
107 static inline EGLContext getContext() { return egl_tls_t::getContext(); } in getContext()
435 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext()
436 EGLContext share_list, const EGLint *attrib_list) in eglCreateContext()
447 EGLContext context = cnx->egl.eglCreateContext( in eglCreateContext()
483 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
504 EGLSurface read, EGLContext ctx) in eglMakeCurrent()
531 EGLContext impl_ctx = EGL_NO_CONTEXT; in eglMakeCurrent()
599 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
616 EGLContext eglGetCurrentContext(void) in eglGetCurrentContext()
623 EGLContext ctx = getContext(); in eglGetCurrentContext()
634 EGLContext ctx = getContext(); in eglGetCurrentSurface()
654 EGLContext ctx = getContext(); in eglGetCurrentDisplay()
1145 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()