Searched refs:configOptions (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | helper_mem.c | 201 pointer configOptions = NULL; local in function:xf86HandleInt10Options 206 !(configOptions = pScrn->options)) && 208 configOptions = pEnt->device->options; 210 if (configOptions) { 215 xf86ProcessOptions(pScrn->scrnIndex, configOptions, options);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | helper_mem.c | 202 void *configOptions = NULL; local in function:xf86HandleInt10Options 206 !pScrn || !(configOptions = pScrn->options)) && pEnt->device) 207 configOptions = pEnt->device->options; 209 if (configOptions) { 214 xf86ProcessOptions(pScrn->scrnIndex, configOptions, options);
|
| /xsrc/external/mit/MesaLib/dist/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, 333 const driOptionDescription *opt = &configOptions[o]; 406 driGetOptionsXml(const driOptionDescription *configOptions, unsigned numOptions) argument 429 const driOptionDescription *opt = &configOptions[o]; 316 driParseOptionInfo(driOptionCache * info,const driOptionDescription * configOptions,unsigned numOptions) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.h | 90 /** \brief Parse XML option info from configOptions 95 * \param configOptions XML document describing available configuration opts 102 const char *configOptions);
|
| H A D | xmlconfig.c | 652 driParseOptionInfo(driOptionCache *info, const char *configOptions) argument 684 status = XML_Parse (p, configOptions, strlen (configOptions), 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.h | 188 const __DRIconfigOptionsExtension *configOptions; member in struct:dri2_egl_display
|
| H A D | egl_dri2.c | 446 { __DRI_CONFIG_OPTIONS, 1, offsetof(struct dri2_egl_display, configOptions) }, 582 const __DRIconfigOptionsExtension *ext = dri2_dpy->configOptions; 635 if (dri2_dpy->configOptions) {
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.h | 202 const __DRIconfigOptionsExtension *configOptions; member in struct:dri2_egl_display
|
| H A D | egl_dri2.c | 738 { __DRI_CONFIG_OPTIONS, 1, offsetof(struct dri2_egl_display, configOptions) }, 876 const __DRIconfigOptionsExtension *ext = dri2_dpy->configOptions; 929 if (dri2_dpy->configOptions) {
|
Completed in 20 milliseconds