Lines Matching defs:config

334                           const __DRIconfig *config, int *shifts,
339 if (core->getConfigAttrib(config, __DRI_ATTRIB_RED_SHIFT, (unsigned int *)&shifts[0])) {
340 core->getConfigAttrib(config, __DRI_ATTRIB_GREEN_SHIFT, (unsigned int *)&shifts[1]);
341 core->getConfigAttrib(config, __DRI_ATTRIB_BLUE_SHIFT, (unsigned int *)&shifts[2]);
342 core->getConfigAttrib(config, __DRI_ATTRIB_ALPHA_SHIFT, (unsigned int *)&shifts[3]);
345 core->getConfigAttrib(config, __DRI_ATTRIB_RED_MASK, &mask);
347 core->getConfigAttrib(config, __DRI_ATTRIB_GREEN_MASK, &mask);
349 core->getConfigAttrib(config, __DRI_ATTRIB_BLUE_MASK, &mask);
351 core->getConfigAttrib(config, __DRI_ATTRIB_ALPHA_MASK, &mask);
355 core->getConfigAttrib(config, __DRI_ATTRIB_RED_SIZE, &sizes[0]);
356 core->getConfigAttrib(config, __DRI_ATTRIB_GREEN_SIZE, &sizes[1]);
357 core->getConfigAttrib(config, __DRI_ATTRIB_BLUE_SIZE, &sizes[2]);
358 core->getConfigAttrib(config, __DRI_ATTRIB_ALPHA_SIZE, &sizes[3]);
363 const __DRIconfig *config,
368 core->getConfigAttrib(config, __DRI_ATTRIB_RENDER_TYPE, &render_type);
374 const __DRIconfig *config)
379 dri2_get_shifts_and_sizes(dri2_dpy->core, config, shifts, sizes);
580 _eglLog(_EGL_DEBUG, "DRI2: failed to validate config %d", id);
596 /* a similar config type is already added (unlikely) => discard */
647 _eglLog(_EGL_DEBUG, "No DRI config supports native format %s",
747 { __DRI2_CONFIG_QUERY, 1, offsetof(struct dri2_egl_display, config) },
1033 if (dri2_dpy->config)
1034 dri2_dpy->config->configQueryi(dri2_dpy->dri_screen,
1359 * * If <config> does not support a client API context compatible
1575 /* The config chosen here isn't necessarily
1577 * A pixmap surface will use the single config.
1750 const __DRIconfig *config,
1756 dri2_dpy->kopper->createNewDrawable(dri2_dpy->dri_screen, config, loaderPrivate,
1771 config, loaderPrivate);