Home | History | Annotate | Download | only in EGL

Lines Matching refs:EGLContext

269 static inline EGLContext getContext() { return egl_tls_t::getContext(); }
667 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
668 EGLContext share_list, const EGLint *attrib_list)
682 EGLContext context = cnx->egl.eglCreateContext(
708 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
729 EGLSurface read, EGLContext ctx)
756 EGLContext impl_ctx = EGL_NO_CONTEXT;
823 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx,
840 EGLContext eglGetCurrentContext(void)
847 EGLContext ctx = getContext();
858 EGLContext ctx = getContext();
878 EGLContext ctx = getContext();
1424 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,