Home
last modified time | relevance | path

Searched refs:GetPictureScreenIfSet (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c242 ps = GetPictureScreenIfSet(pScreen); in FreeGlyphPicture()
365 ps = GetPictureScreenIfSet(pScreen); in AllocateGlyph()
377 ps = GetPictureScreenIfSet(screenInfo.screens[i]); in AllocateGlyph()
H A Dpicture.c421 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in PictureInitIndexedFormat()
447 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in PictureInitIndexedFormats()
478 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in PictureSetSubpixelOrder()
490 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in PictureGetSubpixelOrder()
500 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in PictureMatchVisual()
548 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in PictureMatchFormat()
H A Dpicturestr.h358 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScre… macro
H A Drender.c355 ps = GetPictureScreenIfSet(pScreen); in ProcRenderQueryPictFormats()
385 ps = GetPictureScreenIfSet(pScreen); in ProcRenderQueryPictFormats()
456 ps = GetPictureScreenIfSet(pScreen); in ProcRenderQueryPictFormats()
471 ps = GetPictureScreenIfSet(pScreen); in ProcRenderQueryPictFormats()
1674 ps = GetPictureScreenIfSet(pScreen); in ProcRenderQueryFilters()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c628 PictureScreenPtr ps = GetPictureScreenIfSet(screen); in glamor_init()
937 PictureScreenPtr ps = GetPictureScreenIfSet(screen); in glamor_close_screen()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c743 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in exaCloseScreen()
876 ps = GetPictureScreenIfSet(pScreen); in exaDriverInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c175 ps = GetPictureScreenIfSet(pScreen); in xf86VGAarbiterWrapFunctions()
234 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in VGAarbiterCloseScreen()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompext.c550 if (GetPictureScreenIfSet(pScreen) == NULL) in CompositeExtensionInit()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1663 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); in DamageSetup()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog109430 Make GetPictureScreenIfSet check if Render is running