Home | History | Annotate | Download | only in libagl

Lines Matching full:eglcontext

123     static inline egl_context_t* context(EGLContext ctx) {
141 EGLContext ctx;
1687 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
1688 EGLContext share_list, const EGLint *attrib_list)
1702 return (EGLContext)gl;
1705 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
1717 EGLSurface read, EGLContext ctx)
1738 EGLContext current_ctx = EGL_NO_CONTEXT;
1748 current_ctx = (EGLContext)getGlThreadSpecific();
1826 EGLContext eglGetCurrentContext(void)
1831 return (EGLContext)getGlThreadSpecific();
1839 EGLContext ctx = (EGLContext)getGlThreadSpecific();
1855 EGLContext ctx = (EGLContext)getGlThreadSpecific();
1861 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx,
2052 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,