Searched refs:eglMakeCurrent (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check47 eglMakeCurrent
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c243 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 Dvgimage2tex.c233 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 Degl_gl.c53 eglMakeCurrent(dpy, NULL, NULL, ctx);
H A Degl_epoxy_api.c52 eglMakeCurrent(dpy, NULL, NULL, ctx);
H A Degl_without_glx.c157 eglMakeCurrent(dpy, NULL, NULL, ctx);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c87 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 Dtwo_win.c286 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 Deglfbdev.c228 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 Drender_tex.c225 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 Dpbuffer.c163 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 Des1_info.c278 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 Deglut.c290 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 Deglkms.c230 if (!eglMakeCurrent(dpy, surface, surface, ctx)) {
278 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A Dxeglgears.c555 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 Deglcommon.c262 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 Deglentrypoint.h56 EGL_ENTRYPOINT(eglMakeCurrent)
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h56 EGL_ENTRYPOINT(eglMakeCurrent)
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_egl.c86 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 D10.1.6.rst57 - egl/main: Fix eglMakeCurrent when releasing context from current
H A D17.0.7.rst52 - egl: Partially revert 23c86c74, fix eglMakeCurrent
H A D18.0.2.rst49 - eglMakeCurrent does not always ensure
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2_info.c278 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 Damdgcn_glslc.c138 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 Damdgcn_glslc.c138 if (!eglMakeCurrent(egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, ctx)) {
139 fprintf(stderr, "eglMakeCurrent failed.\n");

Completed in 27 milliseconds

12