Searched defs:gconf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c340 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
354 gconf->stvis.buffer_mask = buffer_mask;
355 gconf->stvis.color_format = nconf->color_format;
356 gconf->stvis.depth_stencil_format = depth_stencil_format;
357 gconf->stvis.accum_format = PIPE_FORMAT_NONE;
358 gconf->stvis.samples = 0;
361 gconf->stvis.render_buffer = (buffer_mask & ST_ATTACHMENT_BACK_LEFT_MASK) ?
364 valid = init_config_attributes(&gconf->base,
372 gconf->native = nconf;
448 struct egl_g3d_config *gconf; local
474 struct egl_g3d_config *gconf = egl_g3d_config((_EGLConfig *) conf); local
[all...]
H A Degl_g3d_api.c111 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
114 data->format != gconf->native->color_format)
150 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
167 if (gconf)
168 stattribs.visual = gconf->stvis;
227 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
264 arg->u.win, gconf->native);
268 arg->u.pix, gconf->native);
275 gconf->native, gsurf->base.Width, gsurf->base.Height);
295 gsurf->stvis = gconf
349 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c340 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
354 gconf->stvis.buffer_mask = buffer_mask;
355 gconf->stvis.color_format = nconf->color_format;
356 gconf->stvis.depth_stencil_format = depth_stencil_format;
357 gconf->stvis.accum_format = PIPE_FORMAT_NONE;
358 gconf->stvis.samples = 0;
361 gconf->stvis.render_buffer = (buffer_mask & ST_ATTACHMENT_BACK_LEFT_MASK) ?
364 valid = init_config_attributes(&gconf->base,
372 gconf->native = nconf;
448 struct egl_g3d_config *gconf; local
474 struct egl_g3d_config *gconf = egl_g3d_config((_EGLConfig *) conf); local
[all...]
H A Degl_g3d_api.c111 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
114 data->format != gconf->native->color_format)
150 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
167 if (gconf)
168 stattribs.visual = gconf->stvis;
227 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
264 arg->u.win, gconf->native);
268 arg->u.pix, gconf->native);
275 gconf->native, gsurf->base.Width, gsurf->base.Height);
295 gsurf->stvis = gconf
349 struct egl_g3d_config *gconf = egl_g3d_config(conf); local
[all...]

Completed in 2262 milliseconds