Home | History | Annotate | Download | only in dri

Lines Matching defs:dri_components

57    int dri_components;
61 dri_components = __DRI_IMAGE_COMPONENTS_RGB;
65 dri_components = __DRI_IMAGE_COMPONENTS_RGBA;
69 dri_components = __DRI_IMAGE_COMPONENTS_RGB;
73 dri_components = __DRI_IMAGE_COMPONENTS_RGBA;
77 dri_components = __DRI_IMAGE_COMPONENTS_RGB;
81 dri_components = __DRI_IMAGE_COMPONENTS_R;
85 dri_components = __DRI_IMAGE_COMPONENTS_RG;
96 dri_components = __DRI_IMAGE_COMPONENTS_Y_U_V;
100 dri_components = __DRI_IMAGE_COMPONENTS_Y_UV;
105 *dri_components_p = dri_components;
888 int *dri_components, void *loaderPrivate)
914 format = convert_fourcc(fourcc, dri_components);
1018 img->dri_components = 0;
1075 if (image->dri_components == 0)
1077 *value = image->dri_components;
1105 img->dri_components = image->dri_components;
1131 int dri_components;
1137 format = convert_fourcc(format, &dri_components);
1152 img->dri_components = dri_components;
1164 if (image->dri_components == 0)
1172 img->dri_components = 0;
1248 int dri_components;
1252 &dri_components, loaderPrivate);
1256 img->dri_components = dri_components;
1273 int dri_components;
1277 &dri_components, loaderPrivate);
1285 img->dri_components = dri_components;