Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXsrv.h31 extern _X_EXPORT RESTYPE XRT_PICTURE;
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c223 RESTYPE XRT_PICTURE; variable
246 if (XRT_PICTURE) in RenderExtensionInit()
247 SetResourceTypeErrorValue(XRT_PICTURE, RenderErrBase + BadPicture); in RenderExtensionInit()
2570 XRT_PICTURE, client, mode);\
2599 newPict->type = XRT_PICTURE; in PanoramiXRenderCreatePicture()
2618 AddResource(newPict->info[0].id, XRT_PICTURE, newPict); in PanoramiXRenderCreatePicture()
3143 newPict->type = XRT_PICTURE; in PanoramiXRenderCreateSolidFill()
3155 AddResource(newPict->info[0].id, XRT_PICTURE, newPict); in PanoramiXRenderCreateSolidFill()
3174 newPict->type = XRT_PICTURE; in PanoramiXRenderCreateLinearGradient()
3187 AddResource(newPict->info[0].id, XRT_PICTURE, newPict); in PanoramiXRenderCreateLinearGradient()
[all …]
H A Dpicture.c1009 int err = dixLookupResourceByType((void **)&res, id, XRT_PICTURE, in cpAlphaMap()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c899 XRT_PICTURE, client, in PanoramiXFixesSetPictureClipRegion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog100951 …iXsrv.h", line 29: redeclaration must have the same or more restrictive linker scoping: XRT_PICTURE
116321 and not XRT_PICTURE like those allocated via RenderCreatePicture.