Searched refs:EGL_SINGLE_BUFFER (Results 1 - 13 of 13) 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) {
355 renderBuffer = EGL_SINGLE_BUFFER;
480 * surface, it is always EGL_SINGLE_BUFFER . To determine the actual
493 *value = EGL_SINGLE_BUFFER;
634 if (value != EGL_BACK_BUFFER && value != EGL_SINGLE_BUFFER) {
803 surf->ActiveRenderBuffer == EGL_SINGLE_BUFFER;
H A Deglcontext.c639 /* - If the context is bound to a pixmap surface, then EGL_SINGLE_BUFFER
642 return EGL_SINGLE_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) {
379 renderBuffer = EGL_SINGLE_BUFFER;
508 * surface, it is always EGL_SINGLE_BUFFER . To determine the actual
521 *value = EGL_SINGLE_BUFFER;
672 if (value != EGL_BACK_BUFFER && value != EGL_SINGLE_BUFFER) {
831 surf->ActiveRenderBuffer == EGL_SINGLE_BUFFER;
H A Deglcontext.c647 /* - If the context is bound to a pixmap surface, then EGL_SINGLE_BUFFER
650 return EGL_SINGLE_BUFFER;
658 * EGL_BACK_BUFFER or EGL_SINGLE_BUFFER may be returned. The value
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c689 if (dri2_surf->base.ActiveRenderBuffer == EGL_SINGLE_BUFFER)
975 draw->RequestedRenderBuffer == EGL_SINGLE_BUFFER &&
976 draw->ActiveRenderBuffer == EGL_SINGLE_BUFFER) {
1008 bool mode = (draw->RequestedRenderBuffer == EGL_SINGLE_BUFFER);
H A Degl_dri2.c1885 * the active EGL_RENDER_BUFFER is EGL_SINGLE_BUFFER. When
1890 bool mode = (dsurf->ActiveRenderBuffer == EGL_SINGLE_BUFFER);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c709 draw->RequestedRenderBuffer == EGL_SINGLE_BUFFER &&
710 draw->ActiveRenderBuffer == EGL_SINGLE_BUFFER) {
742 bool mode = (draw->RequestedRenderBuffer == EGL_SINGLE_BUFFER);
H A Degl_dri2.c1556 * the active EGL_RENDER_BUFFER is EGL_SINGLE_BUFFER. When
1561 bool mode = (dsurf->ActiveRenderBuffer == EGL_SINGLE_BUFFER);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h198 #define EGL_SINGLE_BUFFER 0x3085 macro
/xsrc/external/mit/MesaLib/dist/docs/
H A Degl.rst209 binding surface has ``EGL_RENDER_BUFFER`` set to ``EGL_SINGLE_BUFFER``;
218 ``EGL_SINGLE_BUFFER``. Unlike window surfaces, EGL spec requires their
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h215 #define EGL_SINGLE_BUFFER 0x3085 macro
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c646 * the active EGL_RENDER_BUFFER is EGL_SINGLE_BUFFER. When
651 bool mode = (dsurf->ActiveRenderBuffer == EGL_SINGLE_BUFFER);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h333 #define EGL_SINGLE_BUFFER 0x3085 macro

Completed in 28 milliseconds