| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | eglfbdev.c | 225 if (egl_surf == EGL_NO_SURFACE) 242 eglMakeCurrent(egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 247 egl_surf = EGL_NO_SURFACE;
|
| H A D | bindtex.c | 76 if (surf_pbuf == EGL_NO_SURFACE) { 467 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| H A D | texture_from_pixmap.c | 414 eglMakeCurrent(data->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglapi.c | 868 if (draw != EGL_NO_SURFACE || read != EGL_NO_SURFACE || 881 * to EGL_NO_CONTEXT and set draw and read to EGL_NO_SURFACE. 886 if ((!draw_surf && draw != EGL_NO_SURFACE) || 887 (!read_surf && read != EGL_NO_SURFACE)) 969 RETURN_EGL_ERROR(disp, EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE); 977 * EGL_NO_SURFACE and generates EGL_BAD_NATIVE_WINDOW. The 985 RETURN_EGL_ERROR(disp, EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE); 988 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE); 991 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SURFACE); [all...] |
| H A D | eglsurface.h | 269 * Return the handle of a linked surface, or EGL_NO_SURFACE. 276 (EGLSurface) surf : EGL_NO_SURFACE;
|
| H A D | eglsurface.c | 793 if (surf == EGL_NO_SURFACE)
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 222 if (eglman->win_surface == EGL_NO_SURFACE || 230 if (eglman->pbuf_surface == EGL_NO_SURFACE || 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);
|
| H A D | vgimage2tex.c | 212 if (eglman->win_surface == EGL_NO_SURFACE || 220 if (eglman->pbuf_surface == EGL_NO_SURFACE || 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);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglapi.c | 840 if (draw != EGL_NO_SURFACE || read != EGL_NO_SURFACE || 853 * to EGL_NO_CONTEXT and set draw and read to EGL_NO_SURFACE. 858 if ((!draw_surf && draw != EGL_NO_SURFACE) || 859 (!read_surf && read != EGL_NO_SURFACE)) 908 RETURN_EGL_ERROR(disp, EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE); 916 * EGL_NO_SURFACE and generates EGL_BAD_NATIVE_WINDOW. The 924 RETURN_EGL_ERROR(disp, EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE); 928 _EGL_CHECK_CONFIG(disp, conf, EGL_NO_SURFACE, drv); 931 RETURN_EGL_ERROR(disp, EGL_BAD_MATCH, EGL_NO_SURFACE); [all...] |
| H A D | eglsurface.h | 265 * Return the handle of a linked surface, or EGL_NO_SURFACE. 272 (EGLSurface) surf : EGL_NO_SURFACE;
|
| H A D | eglsurface.c | 757 if (surf == EGL_NO_SURFACE)
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut.c | 182 if (win->surface == EGL_NO_SURFACE) 290 eglMakeCurrent(_eglut->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_egl.c | 86 eglMakeCurrent(glamor_ctx->display, EGL_NO_SURFACE, 87 EGL_NO_SURFACE, EGL_NO_CONTEXT); 90 EGL_NO_SURFACE, EGL_NO_SURFACE, 904 EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); 1007 EGL_NO_SURFACE, EGL_NO_SURFACE, glamor_egl->context)) { 1049 EGL_NO_SURFACE, EGL_NO_SURFACE, glamor_eg [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglkms.c | 278 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| H A D | xeglgears.c | 497 if (eman->win == EGL_NO_SURFACE) { 529 if (eman->pix == EGL_NO_SURFACE) { 544 if (eman->pbuf == EGL_NO_SURFACE) { 555 eglMakeCurrent(eman->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| H A D | xeglthreads.c | 317 eglMakeCurrent(wt->Display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
|
| H A D | peglgears.c | 434 if (surface == EGL_NO_SURFACE) {
|
| /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)) {
|
| /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)) {
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | egl.h | 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | egl.h | 85 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 847 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
|