Searched refs:EGL_BACK_BUFFER (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglsurface.c | 207 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 D | eglcontext.c | 644 /* - 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 D | eglsurface.c | 207 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 D | eglcontext.c | 652 /* - 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 D | bindtex.c | 329 eglBindTexImage(dpy, surf_pbuf, EGL_BACK_BUFFER); 340 eglReleaseTexImage(dpy, surf_pbuf, EGL_BACK_BUFFER);
|
| H A D | render_tex.c | 241 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 D | egl.h | 149 #define EGL_BACK_BUFFER 0x3084 macro
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | egl.rst | 211 ``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 D | xeglgears.c | 601 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 D | egl.h | 160 #define EGL_BACK_BUFFER 0x3084 macro
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 332 #define EGL_BACK_BUFFER 0x3084 macro
|
Completed in 15 milliseconds