Home | History | Annotate | Download | only in EGL

Lines Matching full:eglcontext

214     typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref;
216 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config,
223 EGLContext context;
236 egl_image_t(EGLDisplay dpy, EGLContext context)
242 EGLContext context;
254 EGLContext ctx;
347 void setContext(EGLContext ctx) {
359 EGLContext getContext() {
481 egl_context_t* get_context(EGLContext context) {
507 static EGLBoolean validate_display_context(EGLDisplay dpy, EGLContext ctx)
534 EGLContext context = getContext();
1081 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
1082 EGLContext share_list, const EGLint *attrib_list)
1091 EGLContext context = cnx->egl.eglCreateContext(
1119 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
1137 EGLSurface read, EGLContext ctx)
1153 EGLContext impl_ctx = EGL_NO_CONTEXT;
1188 // make sure the EGLContext and EGLSurface passed in are for
1198 // make sure the EGLContext and EGLSurface passed in are for
1245 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx,
1269 EGLContext eglGetCurrentContext(void)
1274 EGLContext ctx = getContext();
1283 EGLContext ctx = getContext();
1301 EGLContext ctx = getContext();
1316 EGLContext ctx = getContext();
1336 EGLContext ctx = getContext();
1562 EGLContext ctx = getContext();
1692 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,
1702 // since we have an EGLContext, we know which implementation to use