Home
last modified time | relevance | path

Searched refs:VALIDATE_DRAWABLE_AND_GC (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1707 VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pDst, DixWriteAccess); in ProcCopyArea()
1745 VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pdstDraw, DixWriteAccess); in ProcCopyPlane()
1794 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyPoint()
1817 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyLine()
1835 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolySegment()
1855 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyRectangle()
1876 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyArc()
1907 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcFillPoly()
1926 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyFillRectangle()
1948 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcPolyFillArc()
[all …]
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdisp.c474 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutVideo()
504 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutStill()
534 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixReadAccess); in ProcXvGetVideo()
564 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixReadAccess); in ProcXvGetStill()
828 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvPutImage()
888 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcXvShmPutImage()
H A DpanoramiXprocs.c1123 VALIDATE_DRAWABLE_AND_GC(dst->info[j].id, pDst, DixWriteAccess); in PanoramiXCopyArea()
1211 VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pDst, DixWriteAccess); in PanoramiXCopyArea()
1323 VALIDATE_DRAWABLE_AND_GC(stuff->dstDrawable, pdstDraw, DixWriteAccess); in PanoramiXCopyPlane()
H A Dshm.c531 VALIDATE_DRAWABLE_AND_GC(stuff->drawable, pDraw, DixWriteAccess); in ProcShmPutImage()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h94 #define VALIDATE_DRAWABLE_AND_GC(drawID, pDraw, mode)\ macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog160112 xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow access