Searched refs:EGL_NO_SURFACE (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Deglfbdev.c225 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 Dbindtex.c76 if (surf_pbuf == EGL_NO_SURFACE) {
467 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A Dtexture_from_pixmap.c414 eglMakeCurrent(data->dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglapi.c868 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 Deglsurface.h269 * Return the handle of a linked surface, or EGL_NO_SURFACE.
276 (EGLSurface) surf : EGL_NO_SURFACE;
H A Deglsurface.c793 if (surf == EGL_NO_SURFACE)
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c222 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 Dvgimage2tex.c212 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 Deglapi.c840 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 Deglsurface.h265 * Return the handle of a linked surface, or EGL_NO_SURFACE.
272 (EGLSurface) surf : EGL_NO_SURFACE;
H A Deglsurface.c757 if (surf == EGL_NO_SURFACE)
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c182 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 Dglamor_egl.c86 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 Deglkms.c278 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A Dxeglgears.c497 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 Dxeglthreads.c317 eglMakeCurrent(wt->Display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A Dpeglgears.c434 if (surface == EGL_NO_SURFACE) {
/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)) {
/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)) {
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h85 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h847 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro

Completed in 28 milliseconds