HomeSort by relevance Sort by last modified time
    Searched refs:driConfig (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/glx/
dri_common.h 49 const __DRIconfig *driConfig;
dri_common.c 272 struct glx_config *config, const __DRIconfig *driConfig)
278 while (core->indexConfigAttrib(driConfig, i++, &attrib, &value)) {
335 __GLXDRIconfigPrivate *driConfig;
346 driConfig = malloc(sizeof *driConfig);
347 if (driConfig == NULL)
350 driConfig->base = *config;
351 driConfig->driConfig = driConfigs[i];
353 return &driConfig->base
    [all...]
drisw_glx.c 391 config->driConfig, shared, pcp);
478 config->driConfig,
532 (*swrast->createNewDrawable) (psc->driScreen, config->driConfig, pdp);
dri2_glx.c 218 config->driConfig, shared, pcp);
314 config->driConfig,
406 config->driConfig, pdraw);
    [all...]
dri3_glx.c 325 config->driConfig,
387 psc->is_different_gpu, config->driConfig,
dri_glx.c 633 config->driConfig,
688 config->driConfig,

Completed in 58 milliseconds