Searched refs:PolySegmentThinSolid (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlayDF.c138 void (*PolySegmentThinSolid)(DrawablePtr, GCPtr, int, xSegment*); member in struct:__anoncd26d3de0108
229 pOverPriv->PolySegmentThinSolid = infoRec->PolySegmentThinSolid;
292 if(infoRec->PolySegmentThinSolid)
293 infoRec->PolySegmentThinSolid = XAAOverPolySegmentThinSolid;
918 (*pOverPriv->PolySegmentThinSolid)(pDraw, pGC, nseg, pSeg);
H A DxaaGCmisc.c344 if(infoRec->PolySegmentThinSolid &&
350 pGC->ops->PolySegment = infoRec->PolySegmentThinSolid;
H A DxaaStateChange.c197 void (*PolySegmentThinSolid)(DrawablePtr pDrawable, GCPtr pGC, int nseg, member in struct:_XAAStateWrapRec
1001 (*pStatePriv->PolySegmentThinSolid)(pDrawable, pGC, nseg,
1577 XAA_STATE_WRAP(PolySegmentThinSolid);
H A DxaaInitAccel.c1244 if(!infoRec->PolySegmentThinSolid) {
1245 infoRec->PolySegmentThinSolid = XAAPolySegment;
H A Dxaa.h1003 void (*PolySegmentThinSolid)( member in struct:_XAAInfoRec
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_accel.c198 infoPtr->PolySegmentThinSolid = S3VPolySegmentThinSolidWrapper;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dsx_accel.c203 infoPtr->PolySegmentThinSolid = SXPolySegmentThinSolidWrapper;
H A Dtx_accel.c237 infoPtr->PolySegmentThinSolid = TXPolySegmentThinSolidWrapper;
H A Dpm2_accel.c188 infoPtr->PolySegmentThinSolid = Permedia2PolySegmentThinSolidWrapper;
H A Dpm_accel.c219 infoPtr->PolySegmentThinSolid = PermediaPolySegmentThinSolidWrapper;
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_accel.c243 infoPtr->PolySegmentThinSolid = SXPolySegmentThinSolidWrapper;
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_accel.c171 TGA_AccelInfoRec->PolySegmentThinSolid = TGAPolySegment;

Completed in 22 milliseconds