Searched refs:EGL_SAMPLE_BUFFERS (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp176 _eglSetConfigKey(&conf->base, EGL_SAMPLE_BUFFERS, 0); // TODO: How to get the right value ?
177 _eglSetConfigKey(&conf->base, EGL_SAMPLES, _eglGetConfigKey(&conf->base, EGL_SAMPLE_BUFFERS) == 0 ? 0 : 0);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglconfig.c221 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
294 case EGL_SAMPLE_BUFFERS:
599 EGL_SAMPLE_BUFFERS,
H A Deglconfig.h121 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglconfig.c221 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
294 case EGL_SAMPLE_BUFFERS:
599 EGL_SAMPLE_BUFFERS,
H A Deglconfig.h121 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglinfo.c65 * | | | | | | | | | | EGL_SAMPLE_BUFFERS
107 eglGetConfigAttrib(d, configs[i], EGL_SAMPLE_BUFFERS, &sampleBuffers);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dmsaa.c163 EGL_SAMPLE_BUFFERS, 1,
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h106 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h91 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h292 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c162 [__DRI_ATTRIB_SAMPLE_BUFFERS] = EGL_SAMPLE_BUFFERS,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c297 [__DRI_ATTRIB_SAMPLE_BUFFERS] = EGL_SAMPLE_BUFFERS,

Completed in 52 milliseconds