Home | History | Annotate | Download | only in common

Lines Matching defs:surface_type

233    EGLint surface_type;
255 surface_type = 0x0;
259 surface_type |= EGL_PIXMAP_BIT;
264 surface_type |= EGL_WINDOW_BIT;
267 surface_type |= EGL_SCREEN_BIT_MESA;
269 surface_type |= EGL_PBUFFER_BIT;
273 surface_type |= EGL_SWAP_BEHAVIOR_PRESERVED_BIT;
276 surface_type |= EGL_VG_ALPHA_FORMAT_PRE_BIT;
297 conf->SurfaceType = surface_type;
300 if (surface_type & EGL_WINDOW_BIT) {
305 if (surface_type & EGL_PBUFFER_BIT) {