Home
last modified time | relevance | path

Searched refs:glamor_format_for_pixmap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transfer.c40 const struct glamor_format *f = glamor_format_for_pixmap(pixmap); in glamor_upload_boxes()
140 const struct glamor_format *f = glamor_format_for_pixmap(pixmap); in glamor_download_boxes()
H A Dglamor_fbo.c100 const struct glamor_format *f = glamor_format_for_pixmap(pixmap); in glamor_create_fbo_from_tex()
126 const struct glamor_format *f = glamor_format_for_pixmap(pixmap); in _glamor_create_tex()
H A Dglamor_spans.c194 const struct glamor_format *f = glamor_format_for_pixmap(pixmap); in glamor_get_spans_gl()
274 const struct glamor_format *f = glamor_format_for_pixmap(pixmap); in glamor_set_spans_gl()
H A Dglamor_picture.c289 const struct glamor_format *f = glamor_format_for_pixmap(pixmap); in glamor_upload_picture_to_texture()
H A Dglamor_priv.h572 const struct glamor_format *glamor_format_for_pixmap(PixmapPtr pixmap);
H A Dglamor.c459 glamor_format_for_pixmap(PixmapPtr pixmap) in glamor_format_for_pixmap() function