Lines Matching refs:picture
513 PicturePtr picture, in glamor_set_composite_texture() argument
533 repeat_type = picture->repeatType; in glamor_set_composite_texture()
534 switch (picture->repeatType) { in glamor_set_composite_texture()
553 switch (picture->filter) { in glamor_set_composite_texture()
573 (!PICT_FORMAT_A(picture->format) && in glamor_set_composite_texture()
574 repeat_type == RepeatNone && picture->transform)) { in glamor_set_composite_texture()
591 glamor_get_picture_location(PicturePtr picture) in glamor_get_picture_location() argument
593 if (picture == NULL) in glamor_get_picture_location()
596 if (picture->pDrawable == NULL) { in glamor_get_picture_location()
597 switch (picture->pSourcePict->type) { in glamor_get_picture_location()
608 return glamor_get_drawable_location(picture->pDrawable); in glamor_get_picture_location()
772 glamor_render_format_is_supported(PicturePtr picture) in glamor_render_format_is_supported() argument
778 if (!picture->pDrawable) in glamor_render_format_is_supported()
781 glamor_priv = glamor_get_screen_private(picture->pDrawable->pScreen); in glamor_render_format_is_supported()
783 glamor_priv->formats[picture->pDrawable->depth].render_format; in glamor_render_format_is_supported()
785 switch (picture->format) { in glamor_render_format_is_supported()
794 return picture->format == storage_format; in glamor_render_format_is_supported()