| /xsrc/external/mit/MesaLib.old/dist/src/egl/ |
| H A D | egl-symbols-check | 47 eglMakeCurrent
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 243 eglMakeCurrent(eglman->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 246 eglMakeCurrent(eglman->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 262 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->es_ctx); 279 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->vg_ctx); 292 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->es_ctx); 298 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->vg_ctx); 308 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->es_ctx); 326 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->vg_ctx);
|
| H A D | vgimage2tex.c | 233 eglMakeCurrent(eglman->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 236 eglMakeCurrent(eglman->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 249 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->vg_ctx); 259 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->es_ctx); 277 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->vg_ctx); 283 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->es_ctx); 311 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->vg_ctx); 321 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->es_ctx);
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | egl_gl.c | 53 eglMakeCurrent(dpy, NULL, NULL, ctx);
|
| H A D | egl_epoxy_api.c | 52 eglMakeCurrent(dpy, NULL, NULL, ctx);
|
| H A D | egl_without_glx.c | 157 eglMakeCurrent(dpy, NULL, NULL, ctx);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | bindtex.c | 87 eglMakeCurrent(dpy, surf_pbuf, surf_pbuf, ctx_pbuf); 207 eglMakeCurrent(dpy, surf_win, surf_win, ctx_win); 467 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| H A D | two_win.c | 286 if (!eglMakeCurrent(egl_dpy, egl_surf1, egl_surf1, egl_ctx)) { 287 printf("Error: eglMakeCurrent(1) failed\n"); 294 if (!eglMakeCurrent(egl_dpy, egl_surf2, egl_surf2, egl_ctx)) { 295 printf("Error: eglMakeCurrent(2) failed\n"); 398 if (!eglMakeCurrent(egl_dpy, egl_surf1, egl_surf1, egl_ctx)) { 399 printf("Error: eglMakeCurrent() failed\n");
|
| H A D | eglfbdev.c | 228 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) 242 eglMakeCurrent(egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| H A D | render_tex.c | 225 if (!eglMakeCurrent(egl_dpy, egl_pbuf, egl_pbuf, egl_ctx)) { 227 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 229 printf("Error: eglMakeCurrent(pbuf) failed\n"); 235 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 236 printf("Error: eglMakeCurrent(pbuffer) failed\n"); 634 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 635 printf("Error: eglMakeCurrent() failed\n");
|
| H A D | pbuffer.c | 163 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 164 printf("Error: eglMakeCurrent(window) failed\n"); 174 if (!eglMakeCurrent(egl_dpy, egl_pbuf, egl_pbuf, egl_ctx)) { 175 printf("Error: eglMakeCurrent(pbuffer) failed\n"); 577 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 578 printf("Error: eglMakeCurrent() failed\n");
|
| H A D | es1_info.c | 278 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 279 printf("Error: eglMakeCurrent() failed\n");
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut.c | 290 eglMakeCurrent(_eglut->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 321 if (!eglMakeCurrent(_eglut->dpy, win->surface, win->surface, win->context))
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglkms.c | 230 if (!eglMakeCurrent(dpy, surface, surface, ctx)) { 278 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| H A D | xeglgears.c | 555 eglMakeCurrent(eman->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 584 eglMakeCurrent(eman->dpy, eman->win, eman->win, eman->ctx); 712 eglMakeCurrent(eman->dpy, eman->pbuf, eman->pbuf, eman->ctx); 723 eglMakeCurrent(eman->dpy, eman->pix, eman->pix, eman->ctx); 863 ret = eglMakeCurrent(eman->dpy, eman->win, eman->win, eman->ctx); 879 ret = eglMakeCurrent(eman->dpy, eman->pix, eman->pix, eman->ctx); 895 ret = eglMakeCurrent(eman->dpy, eman->pbuf, eman->pbuf, eman->ctx); 901 ret = eglMakeCurrent(eman->dpy, eman->win, eman->win, eman->ctx);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | eglcommon.c | 262 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 263 printf("Error: eglMakeCurrent() failed\n"); 285 eglMakeCurrent(egl_dpy, 0, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglentrypoint.h | 56 EGL_ENTRYPOINT(eglMakeCurrent)
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglentrypoint.h | 56 EGL_ENTRYPOINT(eglMakeCurrent)
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_egl.c | 86 eglMakeCurrent(glamor_ctx->display, EGL_NO_SURFACE, 89 if (!eglMakeCurrent(glamor_ctx->display, 903 eglMakeCurrent(glamor_egl->display, 1006 if (!eglMakeCurrent(glamor_egl->display, 1048 if (!eglMakeCurrent(glamor_egl->display,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.1.6.rst | 57 - egl/main: Fix eglMakeCurrent when releasing context from current
|
| H A D | 17.0.7.rst | 52 - egl: Partially revert 23c86c74, fix eglMakeCurrent
|
| H A D | 18.0.2.rst | 49 - eglMakeCurrent does not always ensure
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2_info.c | 278 if (!eglMakeCurrent(egl_dpy, egl_surf, egl_surf, egl_ctx)) { 279 printf("Error: eglMakeCurrent() failed\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 138 if (!eglMakeCurrent(egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, ctx)) { 139 fprintf(stderr, "eglMakeCurrent failed.\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 138 if (!eglMakeCurrent(egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, ctx)) { 139 fprintf(stderr, "eglMakeCurrent failed.\n");
|