Lines Matching refs:access
34 glamor_prep_pixmap_box(PixmapPtr pixmap, glamor_access_t access, BoxPtr box) in glamor_prep_pixmap_box() argument
74 if (access == GLAMOR_ACCESS_RW) in glamor_prep_pixmap_box()
96 (access == GLAMOR_ACCESS_RW) ? in glamor_prep_pixmap_box()
103 priv->map_access = access; in glamor_prep_pixmap_box()
143 priv->map_access = access; in glamor_prep_pixmap_box()
236 glamor_prepare_access(DrawablePtr drawable, glamor_access_t access) in glamor_prepare_access() argument
248 return glamor_prep_pixmap_box(pixmap, access, &box); in glamor_prepare_access()
252 glamor_prepare_access_box(DrawablePtr drawable, glamor_access_t access, in glamor_prepare_access_box() argument
264 return glamor_prep_pixmap_box(pixmap, access, &box); in glamor_prepare_access_box()
278 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access) in glamor_prepare_access_picture() argument
283 return glamor_prepare_access(picture->pDrawable, access); in glamor_prepare_access_picture()
287 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access, in glamor_prepare_access_picture_box() argument
300 return glamor_prepare_access_box(picture->pDrawable, access, in glamor_prepare_access_picture_box()
305 return glamor_prepare_access_box(picture->pDrawable, access, in glamor_prepare_access_picture_box()