Searched refs:PictFormatType (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxclient.h | 91 #undef PictFormatType
|
| H A D | dmxpict.c | 527 stuff->maskFormat, PictFormatType, in dmxProcRenderCompositeGlyphs()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | render.c | 250 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 D | picture.c | 52 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 D | picturestr.h | 354 extern RESTYPE PictFormatType;
|