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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsurface.c67 texture_type |= EGL_PIXMAP_BIT;
353 case EGL_PIXMAP_BIT:
492 case EGL_PIXMAP_BIT:
728 texture_type |= EGL_PIXMAP_BIT;
773 texture_type |= EGL_PIXMAP_BIT;
H A Deglcontext.c638 case EGL_PIXMAP_BIT:
H A Deglconfig.c338 EGL_PIXMAP_BIT |
H A Deglapi.c1052 if ((conf->SurfaceType & EGL_PIXMAP_BIT) == 0)
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.c67 texture_type |= EGL_PIXMAP_BIT;
377 case EGL_PIXMAP_BIT:
520 case EGL_PIXMAP_BIT:
765 texture_type |= EGL_PIXMAP_BIT;
809 texture_type |= EGL_PIXMAP_BIT;
H A Deglcontext.c646 case EGL_PIXMAP_BIT:
H A Deglconfig.c338 EGL_PIXMAP_BIT |
H A Deglapi.c1112 if ((conf->SurfaceType & EGL_PIXMAP_BIT) == 0)
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c172 case EGL_PIXMAP_BIT:
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglinfo.c113 if (surfaces & EGL_PIXMAP_BIT)
H A Dxeglgears.c813 attribs[1] |= EGL_PIXMAP_BIT;
817 attribs[1] |= EGL_PIXMAP_BIT;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c388 return dri2_x11_create_surface(disp, EGL_PIXMAP_BIT, conf,
766 EGL_PIXMAP_BIT |
859 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
H A Dplatform_x11_dri3.c248 return dri3_create_surface(disp, EGL_PIXMAP_BIT, conf,
H A Degl_dri2.c557 (disp->Extensions.NOK_texture_from_pixmap ? EGL_PIXMAP_BIT : 0))) {
564 surface_type &= ~EGL_PIXMAP_BIT;
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h102 #define EGL_PIXMAP_BIT 0x0002 macro
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c392 return dri2_x11_create_surface(drv, disp, EGL_PIXMAP_BIT, conf,
821 EGL_PIXMAP_BIT |
945 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
H A Dplatform_x11_dri3.c245 return dri3_create_surface(drv, disp, EGL_PIXMAP_BIT, conf,
H A Degl_dri2.c315 (disp->Extensions.NOK_texture_from_pixmap ? EGL_PIXMAP_BIT : 0))) {
366 surface_type &= ~EGL_PIXMAP_BIT;
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h87 #define EGL_PIXMAP_BIT 0x0002 macro
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c113 surface_type &= ~EGL_PIXMAP_BIT;
/xsrc/external/mit/MesaLib/dist/docs/
H A Degl.rst220 never set ``EGL_PIXMAP_BIT`` or ``EGL_PBUFFER_BIT`` bits of a config if
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h239 #define EGL_PIXMAP_BIT 0x0002 macro

Completed in 42 milliseconds