OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gconf
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c
340
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
...]
egl_g3d_api.c
111
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
->stvis
349
struct egl_g3d_config *
gconf
= egl_g3d_config(conf);
local
[
all
...]
Completed in 45 milliseconds