Home
last modified time | relevance | path

Searched refs:configOptions (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/util/
Dxmlconfig.h113 driGetOptionsXml(const driOptionDescription *configOptions, unsigned numOptions);
127 const driOptionDescription *configOptions,
Dxmlconfig.c313 const driOptionDescription *configOptions, in driParseOptionInfo() argument
329 const driOptionDescription *opt = &configOptions[o]; in driParseOptionInfo()
402 driGetOptionsXml(const driOptionDescription *configOptions, unsigned numOptions) in driGetOptionsXml() argument
425 const driOptionDescription *opt = &configOptions[o]; in driGetOptionsXml()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h196 const __DRIconfigOptionsExtension *configOptions; member
Degl_dri2.c745 { __DRI_CONFIG_OPTIONS, 1, offsetof(struct dri2_egl_display, configOptions) },
883 const __DRIconfigOptionsExtension *ext = dri2_dpy->configOptions; in dri2_query_driver_config()
936 if (dri2_dpy->configOptions) { in dri2_setup_screen()