Searched refs:pFormats (Results 1 – 14 of 14) sorted by relevance
170 PictFormatPtr pFormats; in PictureCreateDefaultFormats() local301 pFormats = calloc(nformats, sizeof(PictFormatRec)); in PictureCreateDefaultFormats()302 if (!pFormats) in PictureCreateDefaultFormats()305 pFormats[f].id = FakeClientID(0); in PictureCreateDefaultFormats()306 pFormats[f].depth = formats[f].depth; in PictureCreateDefaultFormats()308 pFormats[f].format = format; in PictureCreateDefaultFormats()311 pFormats[f].type = PictTypeDirect; in PictureCreateDefaultFormats()313 pFormats[f].direct.alphaMask = Mask (PICT_FORMAT_A(format)); in PictureCreateDefaultFormats()315 if (pFormats[f].direct.alphaMask) in PictureCreateDefaultFormats()316 pFormats[f].direct.alpha = (PICT_FORMAT_R(format) + in PictureCreateDefaultFormats()[all …]
134 adaptor->pFormats = Formats; in ephyr_glamor_xv_init()
523 a_this->adaptors[i].pFormats = in ephyrXVPrivQueryHostAdaptors()525 sizeof(*a_this->adaptors[i].pFormats)); in ephyrXVPrivQueryHostAdaptors()529 a_this->adaptors[i].pFormats[j].depth = format[j].depth; in ephyrXVPrivQueryHostAdaptors()530 a_this->adaptors[i].pFormats[j].class = visual->_class; in ephyrXVPrivQueryHostAdaptors()
147 adapt->pFormats = Formats; in glamor_xv_init()
128 KdVideoFormatPtr pFormats; member
306 adaptorPtr->pFormats; i < adaptorPtr->nFormats; i++, formatPtr++) { in KdXVInitAdaptors()336 pa->pFormats = pFormat; in KdXVInitAdaptors()
949 pf = pa->pFormats; in XvdiMatchPort()1031 free(pAdaptor->pFormats); in XvFreeAdaptor()1032 pAdaptor->pFormats = NULL; in XvFreeAdaptor()
152 XvFormatPtr pFormats; member
395 pf = pa->pFormats; in ProcXvQueryAdaptors()
128 XF86VideoFormatPtr pFormats; member
427 adaptorPtr->pFormats; i < adaptorPtr->nFormats; i++, formatPtr++) { in xf86XVInitAdaptors()457 pa->pFormats = pFormat; in xf86XVInitAdaptors()
232 pa->pFormats = pFormat; in xwl_glamor_xv_add_formats()
460 adapt->pFormats = Formats; in ms_exa_xv_init()
93621 pFormats[f].direct.alphaMask = Mask(PICT_FORMAT_A(format));