Home
last modified time | relevance | path

Searched refs:pFormats (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c170 PictFormatPtr pFormats; in PictureCreateDefaultFormats() local
301 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 …]
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c134 adaptor->pFormats = Formats; in ephyr_glamor_xv_init()
H A Dephyrvideo.c523 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c147 adapt->pFormats = Formats; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h128 KdVideoFormatPtr pFormats; member
H A Dkxv.c306 adaptorPtr->pFormats; i < adaptorPtr->nFormats; i++, formatPtr++) { in KdXVInitAdaptors()
336 pa->pFormats = pFormat; in KdXVInitAdaptors()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmain.c949 pf = pa->pFormats; in XvdiMatchPort()
1031 free(pAdaptor->pFormats); in XvFreeAdaptor()
1032 pAdaptor->pFormats = NULL; in XvFreeAdaptor()
H A Dxvdix.h152 XvFormatPtr pFormats; member
H A Dxvdisp.c395 pf = pa->pFormats; in ProcXvQueryAdaptors()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.h128 XF86VideoFormatPtr pFormats; member
H A Dxf86xv.c427 adaptorPtr->pFormats; i < adaptorPtr->nFormats; i++, formatPtr++) { in xf86XVInitAdaptors()
457 pa->pFormats = pFormat; in xf86XVInitAdaptors()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c232 pa->pFormats = pFormat; in xwl_glamor_xv_add_formats()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c460 adapt->pFormats = Formats; in ms_exa_xv_init()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog93621 pFormats[f].direct.alphaMask = Mask(PICT_FORMAT_A(format));