Lines Matching defs:config
253 #define __ATTRIB(attrib, field) case attrib: *value = config->modes.field; break
260 driGetConfigAttribIndex(const __DRIconfig *config,
287 *value = !!config->modes.samples;
293 if (config->modes.floatMode)
297 if (config->modes.accumRedBits != 0)
318 *value = config->modes.floatMode;
375 driGetConfigAttrib(const __DRIconfig *config,
378 return driGetConfigAttribIndex(config, attrib - 1, value);
389 driIndexConfigAttrib(const __DRIconfig *config, int index,
392 if (driGetConfigAttribIndex(config, index, value)) {
446 const __DRIconfig *config,
454 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL;
646 const __DRIconfig *config,
651 return driCreateContextAttribs(screen, api, config, shared, 0, NULL,
656 driCreateNewContext(__DRIscreen *screen, const __DRIconfig *config,
660 config, shared, data);
817 const __DRIconfig *config,
839 if (!screen->driver->CreateBuffer(screen, pdraw, &config->modes,