Home | History | Annotate | Download | only in libagl

Lines Matching refs:EGLContext

132     static inline egl_context_t* context(EGLContext ctx) {
150 EGLContext ctx;
1675 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
1676 EGLContext /*share_list*/, const EGLint* /*attrib_list*/)
1690 return (EGLContext)gl;
1693 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
1705 EGLSurface read, EGLContext ctx)
1726 EGLContext current_ctx = EGL_NO_CONTEXT;
1736 current_ctx = (EGLContext)getGlThreadSpecific();
1819 EGLContext eglGetCurrentContext(void)
1824 return (EGLContext)getGlThreadSpecific();
1832 EGLContext ctx = (EGLContext)getGlThreadSpecific();
1848 EGLContext ctx = (EGLContext)getGlThreadSpecific();
1854 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx,
2045 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,