Home | History | Annotate | Download | only in glx

Lines Matching refs:driConfig

275                struct glx_config *config, const __DRIconfig *driConfig)
281 while (core->indexConfigAttrib(driConfig, i++, &attrib, &value)) {
332 __GLXDRIconfigPrivate *driConfig;
343 driConfig = Xmalloc(sizeof *driConfig);
344 if (driConfig == NULL)
347 driConfig->base = *config;
348 driConfig->driConfig = driConfigs[i];
350 return &driConfig->base;