Searched refs:EGL_BACK_BUFFER (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsurface.c207 if (val != EGL_BACK_BUFFER && val != EGL_SINGLE_BUFFER) {
340 EGLint renderBuffer = EGL_BACK_BUFFER;
479 * For a pbuffer surface, it is always EGL_BACK_BUFFER . For a pixmap
490 *value = EGL_BACK_BUFFER;
634 if (value != EGL_BACK_BUFFER && value != EGL_SINGLE_BUFFER) {
739 if (buffer != EGL_BACK_BUFFER)
769 if (buffer != EGL_BACK_BUFFER)
H A Deglcontext.c644 /* - If the context is bound to a pbuffer surface, then EGL_BACK_BUFFER
647 return EGL_BACK_BUFFER;
650 * EGL_BACK_BUFFER or EGL_SINGLE_BUFFER may be returned. The value
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.c207 if (val != EGL_BACK_BUFFER && val != EGL_SINGLE_BUFFER) {
364 EGLint renderBuffer = EGL_BACK_BUFFER;
507 * For a pbuffer surface, it is always EGL_BACK_BUFFER . For a pixmap
518 *value = EGL_BACK_BUFFER;
672 if (value != EGL_BACK_BUFFER && value != EGL_SINGLE_BUFFER) {
776 if (buffer != EGL_BACK_BUFFER)
805 if (buffer != EGL_BACK_BUFFER)
H A Deglcontext.c652 /* - If the context is bound to a pbuffer surface, then EGL_BACK_BUFFER
655 return EGL_BACK_BUFFER;
658 * EGL_BACK_BUFFER or EGL_SINGLE_BUFFER may be returned. The value
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c329 eglBindTexImage(dpy, surf_pbuf, EGL_BACK_BUFFER);
340 eglReleaseTexImage(dpy, surf_pbuf, EGL_BACK_BUFFER);
H A Drender_tex.c241 eglBindTexImage(egl_dpy, egl_pbuf, EGL_BACK_BUFFER);
243 eglReleaseTexImage(egl_dpy, egl_pbuf, EGL_BACK_BUFFER);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h149 #define EGL_BACK_BUFFER 0x3084 macro
/xsrc/external/mit/MesaLib/dist/docs/
H A Degl.rst211 ``EGL_RENDER_BUFFER`` set to ``EGL_BACK_BUFFER``, the context should try
216 For pbuffer surfaces, the render buffer is always ``EGL_BACK_BUFFER``.
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglgears.c601 eglBindTexImage(eman->dpy, eman->pbuf, EGL_BACK_BUFFER);
610 eglReleaseTexImage(eman->dpy, eman->pbuf, EGL_BACK_BUFFER);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h160 #define EGL_BACK_BUFFER 0x3084 macro
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h332 #define EGL_BACK_BUFFER 0x3084 macro

Completed in 15 milliseconds