Home
last modified time | relevance | path

Searched refs:dri_components (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/dri/
Ddri2.c884 img->dri_components = map->dri_components; in dri2_create_image_from_name()
986 img->dri_components = map->dri_components; in dri2_create_image_from_fd()
1073 img->dri_components = 0; in dri2_create_image_common()
1116 if (image->dri_components == 0) in dri2_query_image_common()
1118 *value = image->dri_components; in dri2_query_image_common()
1327 img->dri_components = image->dri_components; in dri2_dup_image()
1389 img->dri_components = map->dri_components; in dri2_from_names()
1412 if (image->dri_components == 0) { in dri2_from_planar()
1430 img->dri_components = 0; in dri2_from_planar()
Ddri_helpers.h33 int dri_components; member
Ddri_screen.h106 uint32_t dri_components; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2311 uint32_t dri_components; member
3185 int dri_components = 0; in dri2_wl_reference_buffer() local
3209 dri2_dpy->image->queryImage(img, __DRI_IMAGE_ATTRIB_COMPONENTS, &dri_components); in dri2_wl_reference_buffer()
3213 if (wl_drm_components[i].dri_components == dri_components) in dri2_wl_reference_buffer()