Searched refs:configOptions (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.h | 119 driGetOptionsXml(const driOptionDescription *configOptions, unsigned numOptions); 121 /** \brief Parse driconf option array from configOptions 126 * \param configOptions Array of XML document describing available configuration opts 133 const driOptionDescription *configOptions,
|
H A D | xmlconfig.c | 317 const driOptionDescription *configOptions, in driParseOptionInfo() 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() 316 driParseOptionInfo(driOptionCache *info, const driOptionDescription *configOptions, unsigned numOptions) driParseOptionInfo() argument
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 241 const __DRIconfigOptionsExtension *configOptions; member
|
H A D | egl_dri2.c | 741 { __DRI_CONFIG_OPTIONS, 1, offsetof(struct dri2_egl_display, configOptions) }, 879 const __DRIconfigOptionsExtension *ext = dri2_dpy->configOptions; in dri2_query_driver_config() 932 if (dri2_dpy->configOptions) { in dri2_setup_screen()
|
Completed in 9 milliseconds