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 D | egl_haiku.cpp | 176 _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 D | eglconfig.c | 221 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER, 294 case EGL_SAMPLE_BUFFERS: 599 EGL_SAMPLE_BUFFERS,
|
| H A D | eglconfig.h | 121 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglconfig.c | 221 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER, 294 case EGL_SAMPLE_BUFFERS: 599 EGL_SAMPLE_BUFFERS,
|
| H A D | eglconfig.h | 121 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglinfo.c | 65 * | | | | | | | | | | EGL_SAMPLE_BUFFERS 107 eglGetConfigAttrib(d, configs[i], EGL_SAMPLE_BUFFERS, &sampleBuffers);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | msaa.c | 163 EGL_SAMPLE_BUFFERS, 1,
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | egl.h | 106 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | egl.h | 91 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 292 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 162 [__DRI_ATTRIB_SAMPLE_BUFFERS] = EGL_SAMPLE_BUFFERS,
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 297 [__DRI_ATTRIB_SAMPLE_BUFFERS] = EGL_SAMPLE_BUFFERS,
|
Completed in 52 milliseconds