Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c293 PictFormatPtr pPictFormat; in compAddAlternateVisual() local
309 pPictFormat = PictureMatchFormat(pScreen, alt->depth, alt->format); in compAddAlternateVisual()
310 if (!pPictFormat) in compAddAlternateVisual()
327 DirectFormatRec *direct = &pPictFormat->direct; in compAddAlternateVisual()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c1061 PictFormatPtr pPictFormat, CARD16 width, CARD16 height) in exaCreateAlphaPicture() argument
1072 if (!pPictFormat) { in exaCreateAlphaPicture()
1074 pPictFormat = PictureMatchFormat(pScreen, 1, PICT_a1); in exaCreateAlphaPicture()
1076 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8); in exaCreateAlphaPicture()
1077 if (!pPictFormat) in exaCreateAlphaPicture()
1082 pPictFormat->depth, 0); in exaCreateAlphaPicture()
1098 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat, in exaCreateAlphaPicture()
H A Dexa_glyphs.c160 PictFormatPtr pPictFormat; in exaRealizeGlyphCaches() local
168 pPictFormat = PictureMatchFormat(pScreen, depth, format); in exaRealizeGlyphCaches()
169 if (!pPictFormat) in exaRealizeGlyphCaches()
194 component_alpha = NeedsComponent(pPictFormat->format); in exaRealizeGlyphCaches()
195 pPicture = CreatePicture(0, &pPixmap->drawable, pPictFormat, in exaRealizeGlyphCaches()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c605 FreePictFormat(void *pPictFormat, XID pid) in FreePictFormat() argument