Searched refs:EGL_PBUFFER_BIT (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsurface.c58 EGLint texture_type = EGL_PBUFFER_BIT;
233 if (type != EGL_PBUFFER_BIT) {
244 if (type != EGL_PBUFFER_BIT) {
255 if (type != EGL_PBUFFER_BIT) {
316 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) {
357 case EGL_PBUFFER_BIT:
443 if (surface->Type == EGL_PBUFFER_BIT)
448 if (surface->Type == EGL_PBUFFER_BIT)
452 if (surface->Type == EGL_PBUFFER_BIT)
456 if (surface->Type == EGL_PBUFFER_BIT)
[all...]
H A Deglconfig.c337 mask = EGL_PBUFFER_BIT |
424 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) {
H A Deglcontext.c643 case EGL_PBUFFER_BIT:
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.c58 EGLint texture_type = EGL_PBUFFER_BIT;
248 if (type != EGL_PBUFFER_BIT) {
259 if (type != EGL_PBUFFER_BIT) {
270 if (type != EGL_PBUFFER_BIT) {
339 if (err == EGL_SUCCESS && type == EGL_PBUFFER_BIT) {
381 case EGL_PBUFFER_BIT:
471 if (surface->Type == EGL_PBUFFER_BIT)
476 if (surface->Type == EGL_PBUFFER_BIT)
480 if (surface->Type == EGL_PBUFFER_BIT)
484 if (surface->Type == EGL_PBUFFER_BIT)
[all...]
H A Deglconfig.c337 mask = EGL_PBUFFER_BIT |
424 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) {
H A Deglcontext.c651 case EGL_PBUFFER_BIT:
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut.c79 if (_eglut->surface_type != EGL_PBUFFER_BIT)
176 case EGL_PBUFFER_BIT:
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_x11.c271 if (type == EGL_PBUFFER_BIT) {
292 if (type != EGL_PBUFFER_BIT) {
325 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc)
337 if (type == EGL_PBUFFER_BIT) {
351 if (type == EGL_PBUFFER_BIT)
396 return dri2_x11_create_surface(disp, EGL_PBUFFER_BIT, conf,
415 if (surf->Type == EGL_PBUFFER_BIT)
767 EGL_PBUFFER_BIT;
859 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
H A Dplatform_x11_dri3.c116 if (surf->Type == EGL_PBUFFER_BIT)
156 if (type == EGL_PBUFFER_BIT) {
199 if (type == EGL_PBUFFER_BIT)
256 return dri3_create_surface(disp, EGL_PBUFFER_BIT, conf,
H A Dplatform_device.c181 return dri2_device_create_surface(disp, EGL_PBUFFER_BIT, conf, attrib_list);
H A Dplatform_surfaceless.c174 return dri2_surfaceless_create_surface(disp, EGL_PBUFFER_BIT, conf,
H A Dplatform_android.c735 return droid_create_surface(disp, EGL_PBUFFER_BIT, conf,
831 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) {
868 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) {
1304 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c118 if (surf->Type == EGL_PBUFFER_BIT)
161 if (type == EGL_PBUFFER_BIT) {
194 if (type == EGL_PBUFFER_BIT)
253 return dri3_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
H A Dplatform_surfaceless.c174 return dri2_surfaceless_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
198 config_count + 1, EGL_PBUFFER_BIT, NULL,
H A Dplatform_x11.c274 if (type == EGL_PBUFFER_BIT) {
295 if (type != EGL_PBUFFER_BIT) {
327 if (type == EGL_PBUFFER_BIT || conn_error || error->error_code == BadAlloc)
339 if (type == EGL_PBUFFER_BIT) {
353 if (type == EGL_PBUFFER_BIT)
400 return dri2_x11_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
421 if (surf->Type == EGL_PBUFFER_BIT)
822 EGL_PBUFFER_BIT;
897 EGLint surface_type = EGL_PBUFFER_BIT;
945 if (draw->Type == EGL_PIXMAP_BIT || draw->Type == EGL_PBUFFER_BIT)
[all...]
H A Dplatform_android.c439 return droid_create_surface(drv, disp, EGL_PBUFFER_BIT, conf,
536 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) {
601 } else if (dri2_surf->base.Type == EGL_PBUFFER_BIT) {
1191 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglinfo.c111 if (surfaces & EGL_PBUFFER_BIT)
H A Dxeglgears.c637 if (surface_type == EGL_PBUFFER_BIT)
821 attribs[1] |= EGL_PBUFFER_BIT;
825 attribs[1] |= EGL_PBUFFER_BIT;
H A Dpeglgears.c407 configAttribs[i++] = EGL_PBUFFER_BIT;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c106 if (surface_type & EGL_PBUFFER_BIT) {
177 unsigned surface_type = EGL_PBUFFER_BIT | (hdc ? EGL_WINDOW_BIT : 0);
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c120 EGL_SURFACE_TYPE, EGL_WINDOW_BIT|EGL_PBUFFER_BIT,
H A Dvgimage2tex.c110 EGL_SURFACE_TYPE, EGL_WINDOW_BIT|EGL_PBUFFER_BIT,
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h101 #define EGL_PBUFFER_BIT 0x0001 macro
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h86 #define EGL_PBUFFER_BIT 0x0001 macro
/xsrc/external/mit/MesaLib/dist/docs/
H A Degl.rst220 never set ``EGL_PIXMAP_BIT`` or ``EGL_PBUFFER_BIT`` bits of a config if

Completed in 28 milliseconds

12