Lines Matching refs:EGLContext
125 static inline egl_context_t* context(EGLContext ctx) { in context()
143 EGLContext ctx;
1632 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext()
1633 EGLContext share_list, const EGLint *attrib_list) in eglCreateContext()
1647 return (EGLContext)gl; in eglCreateContext()
1650 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
1662 EGLSurface read, EGLContext ctx) in eglMakeCurrent()
1683 EGLContext current_ctx = EGL_NO_CONTEXT; in eglMakeCurrent()
1693 current_ctx = (EGLContext)getGlThreadSpecific(); in eglMakeCurrent()
1771 EGLContext eglGetCurrentContext(void) in eglGetCurrentContext()
1776 return (EGLContext)getGlThreadSpecific(); in eglGetCurrentContext()
1784 EGLContext ctx = (EGLContext)getGlThreadSpecific(); in eglGetCurrentSurface()
1800 EGLContext ctx = (EGLContext)getGlThreadSpecific(); in eglGetCurrentDisplay()
1806 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext()
1997 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()