Searched refs:dri_components (Results 1 – 3 of 3) sorted by relevance
577 img->dri_components = 0; in dri2_create_image()617 if (image->dri_components == 0) in dri2_query_image()619 *value = image->dri_components; in dri2_query_image()640 img->dri_components = image->dri_components; in dri2_dup_image()666 int stride, dri_components; in dri2_from_names() local676 dri_components = __DRI_IMAGE_COMPONENTS_RGB; in dri2_from_names()680 dri_components = __DRI_IMAGE_COMPONENTS_RGBA; in dri2_from_names()684 dri_components = __DRI_IMAGE_COMPONENTS_RGB; in dri2_from_names()688 dri_components = __DRI_IMAGE_COMPONENTS_RGBA; in dri2_from_names()692 dri_components = __DRI_IMAGE_COMPONENTS_RGB; in dri2_from_names()[all …]
89 uint32_t dri_components; member
1161 uint32_t dri_components; member1369 int i, dri_components = 0; in dri2_wl_reference_buffer() local1382 dri2_dpy->image->queryImage(img, __DRI_IMAGE_ATTRIB_COMPONENTS, &dri_components); in dri2_wl_reference_buffer()1386 if (wl_drm_components[i].dri_components == dri_components) in dri2_wl_reference_buffer()