Home
last modified time | relevance | path

Searched refs:PictFormatType (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxclient.h91 #undef PictFormatType
H A Ddmxpict.c527 stuff->maskFormat, PictFormatType, in dmxProcRenderCompositeGlyphs()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c250 SetResourceTypeErrorValue(PictFormatType, RenderErrBase + BadPictFormat); in RenderExtensionInit()
511 PictFormatType, client, DixReadAccess); in ProcRenderQueryPictIndexValues()
578 PictFormatType, client, DixReadAccess); in ProcRenderCreatePicture()
735 PictFormatType, client, DixReadAccess); in ProcRenderTrapezoids()
774 PictFormatType, client, DixReadAccess); in ProcRenderTriangles()
813 PictFormatType, client, DixReadAccess); in ProcRenderTriStrip()
852 PictFormatType, client, DixReadAccess); in ProcRenderTriFan()
900 PictFormatType, client, DixReadAccess); in ProcRenderCreateGlyphSet()
1273 PictFormatType, client, DixReadAccess); in ProcRenderCompositeGlyphs()
H A Dpicture.c52 RESTYPE PictFormatType; variable
622 PictFormatType = CreateNewResourceType(FreePictFormat, "PICTFORMAT"); in PictureInit()
623 if (!PictFormatType) in PictureInit()
643 (formats[n].id, PictFormatType, (void *) (formats + n))) { in PictureInit()
H A Dpicturestr.h354 extern RESTYPE PictFormatType;