Home | History | Annotate | Download | only in libagl

Lines Matching refs:surfaceType

1237     EGLint surfaceType;
1238 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1241 if (!(surfaceType & EGL_WINDOW_BIT))
1286 EGLint surfaceType;
1287 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1290 if (!(surfaceType & EGL_PIXMAP_BIT))
1330 EGLint surfaceType;
1331 if (getConfigAttrib(dpy, config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE)
1334 if (!(surfaceType & EGL_PBUFFER_BIT))