Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dxmlconfig.h119 driGetOptionsXml(const driOptionDescription *configOptions, unsigned numOptions);
133 const driOptionDescription *configOptions,
Dxmlconfig.c317 const driOptionDescription *configOptions, in driParseOptionInfo() argument
333 const driOptionDescription *opt = &configOptions[o]; in driParseOptionInfo()
406 driGetOptionsXml(const driOptionDescription *configOptions, unsigned numOptions) in driGetOptionsXml() argument
429 const driOptionDescription *opt = &configOptions[o]; in driGetOptionsXml()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h206 const __DRIconfigOptionsExtension *configOptions; member
Degl_dri2.c738 { __DRI_CONFIG_OPTIONS, 1, offsetof(struct dri2_egl_display, configOptions) },
876 const __DRIconfigOptionsExtension *ext = dri2_dpy->configOptions; in dri2_query_driver_config()
929 if (dri2_dpy->configOptions) { in dri2_setup_screen()