Searched defs:surface_type (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c233 EGLint surface_type; local
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
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c501 const EGLint surface_type = EGL_WINDOW_BIT | EGL_PBUFFER_BIT; local
513 count + 1, visuals[i].size, surface_type, NULL,
H A Degl_dri2.c114 int depth, EGLint surface_type, const EGLint *attr_list,
206 base.SurfaceType = surface_type;
207 if (surface_type & (EGL_PBUFFER_BIT |
263 surface_type &= ~EGL_PIXMAP_BIT;
271 conf->base.SurfaceType |= surface_type;
113 dri2_add_config(_EGLDisplay *disp, const __DRIconfig *dri_config, int id, int depth, EGLint surface_type, const EGLint *attr_list, const unsigned int *rgba_masks) argument
H A Dplatform_x11.c617 EGLint surface_type; local
628 surface_type =
648 d.data->depth, surface_type, config_attrs, NULL);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c1041 unsigned surface_type = BRW_SURFACE_NULL; local
1073 surface_type = BRW_SURFACE_2D;
1079 surf[0] = (surface_type << BRW_SURFACE_TYPE_SHIFT |
H A Dbrw_structs.h818 GLuint surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */ member in struct:gen7_surface_state::__anon12661

Completed in 161 milliseconds