Home
last modified time | relevance | path

Searched refs:PICT_VISFORMAT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h46 #define PICT_VISFORMAT(bpp,type,vi) (((bpp) << 24) | \ macro
H A Dpicture.c247 format = PICT_VISFORMAT(bpp, PICT_TYPE_COLOR, v); in PictureCreateDefaultFormats()
252 format = PICT_VISFORMAT(bpp, PICT_TYPE_GRAY, v); in PictureCreateDefaultFormats()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c712 *des = PICT_VISFORMAT(src_bpp, src_type, new_vis); in combine_pict_format()
721 *des = PICT_VISFORMAT(src_bpp, pict_format_combine_tab[i] in combine_pict_format()