/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 340 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_init_config() local 354 gconf->stvis.buffer_mask = buffer_mask; in egl_g3d_init_config() 355 gconf->stvis.color_format = nconf->color_format; in egl_g3d_init_config() 356 gconf->stvis.depth_stencil_format = depth_stencil_format; in egl_g3d_init_config() 357 gconf->stvis.accum_format = PIPE_FORMAT_NONE; in egl_g3d_init_config() 358 gconf->stvis.samples = 0; in egl_g3d_init_config() 361 gconf->stvis.render_buffer = (buffer_mask & ST_ATTACHMENT_BACK_LEFT_MASK) ? in egl_g3d_init_config() 364 valid = init_config_attributes(&gconf->base, in egl_g3d_init_config() 372 gconf->native = nconf; in egl_g3d_init_config() 448 struct egl_g3d_config *gconf; in egl_g3d_add_configs() local [all …]
|
D | egl_g3d_api.c | 111 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_match_config() local 114 data->format != gconf->native->color_format) in egl_g3d_match_config() 150 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_create_context() local 167 if (gconf) in egl_g3d_create_context() 168 stattribs.visual = gconf->stvis; in egl_g3d_create_context() 227 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_create_surface() local 264 arg->u.win, gconf->native); in egl_g3d_create_surface() 268 arg->u.pix, gconf->native); in egl_g3d_create_surface() 275 gconf->native, gsurf->base.Width, gsurf->base.Height); in egl_g3d_create_surface() 295 gsurf->stvis = gconf->stvis; in egl_g3d_create_surface() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 340 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_init_config() local 354 gconf->stvis.buffer_mask = buffer_mask; in egl_g3d_init_config() 355 gconf->stvis.color_format = nconf->color_format; in egl_g3d_init_config() 356 gconf->stvis.depth_stencil_format = depth_stencil_format; in egl_g3d_init_config() 357 gconf->stvis.accum_format = PIPE_FORMAT_NONE; in egl_g3d_init_config() 358 gconf->stvis.samples = 0; in egl_g3d_init_config() 361 gconf->stvis.render_buffer = (buffer_mask & ST_ATTACHMENT_BACK_LEFT_MASK) ? in egl_g3d_init_config() 364 valid = init_config_attributes(&gconf->base, in egl_g3d_init_config() 372 gconf->native = nconf; in egl_g3d_init_config() 448 struct egl_g3d_config *gconf; in egl_g3d_add_configs() local [all …]
|
D | egl_g3d_api.c | 111 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_match_config() local 114 data->format != gconf->native->color_format) in egl_g3d_match_config() 150 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_create_context() local 167 if (gconf) in egl_g3d_create_context() 168 stattribs.visual = gconf->stvis; in egl_g3d_create_context() 227 struct egl_g3d_config *gconf = egl_g3d_config(conf); in egl_g3d_create_surface() local 264 arg->u.win, gconf->native); in egl_g3d_create_surface() 268 arg->u.pix, gconf->native); in egl_g3d_create_surface() 275 gconf->native, gsurf->base.Width, gsurf->base.Height); in egl_g3d_create_surface() 295 gsurf->stvis = gconf->stvis; in egl_g3d_create_surface() [all …]
|
/external/chromium/build/linux/ |
D | system.gyp | 192 'target_name': 'gconf', 198 '<!@(<(pkg-config) --cflags gconf-2.0)', 206 '<!@(<(pkg-config) --libs-only-L --libs-only-other gconf-2.0)', 209 '<!@(<(pkg-config) --libs-only-l gconf-2.0)',
|
/external/chromium_org/chrome/installer/linux/debian/ |
D | expected_deps | 1 gconf-service
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | libgtk2ui.gyp | 16 '../../../../build/linux/system.gyp:gconf',
|
/external/chromium_org/build/linux/ |
D | system.gyp | 197 'target_name': 'gconf', 203 '<!@(<(pkg-config) --cflags gconf-2.0)', 211 '<!@(<(pkg-config) --libs-only-L --libs-only-other gconf-2.0)', 214 '<!@(<(pkg-config) --libs-only-l gconf-2.0)',
|
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
D | packagelist.debian.wheezy.amd64 | 35 main/g/gconf/libgconf-2-4_3.2.5-1+build1_amd64.deb 36 main/g/gconf/libgconf2-4_3.2.5-1+build1_amd64.deb 37 main/g/gconf/libgconf2-dev_3.2.5-1+build1_amd64.deb
|
D | packagelist.debian.wheezy.i386 | 35 main/g/gconf/libgconf-2-4_3.2.5-1+build1_i386.deb 36 main/g/gconf/libgconf2-4_3.2.5-1+build1_i386.deb 37 main/g/gconf/libgconf2-dev_3.2.5-1+build1_i386.deb
|
/external/chromium_org/tools/gn/secondary/chrome/ |
D | BUILD.gn | 71 libs += "gconf-2"
|
/external/chromium/net/ |
D | net.gyp | 257 '../build/linux/system.gyp:gconf', 814 '../build/linux/system.gyp:gconf',
|
/external/chromium_org/net/ |
D | net.gyp | 1365 '../build/linux/system.gyp:gconf', 2676 '../build/linux/system.gyp:gconf',
|
/external/chromium_org/chrome/ |
D | chrome_browser_extensions.gypi | 1042 '../build/linux/system.gyp:gconf',
|
D | chrome_browser.gypi | 3048 '../build/linux/system.gyp:gconf',
|
D | chrome_browser_ui.gypi | 2979 '../build/linux/system.gyp:gconf',
|