HomeSort by: relevance | last modified time | path
    Searched refs:DGAViewportStatus (Results 1 - 25 of 41) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir.h 59 int DGAViewportStatus;
cir_dga.c 206 pCir->DGAViewportStatus = 0; /* AdjustFrame loops until finished */
215 return pCir->DGAViewportStatus;
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740.h 134 int DGAViewportStatus;
i740_dga.c 175 return pI740->DGAViewportStatus;
189 pI740->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint_dga.c 203 return pGlint->DGAViewportStatus;
215 pGlint->DGAViewportStatus = 0; /* GLINTAdjustFrame loops until finished */
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128dga.c 185 return pI128->DGAViewportStatus;
197 pI128->DGAViewportStatus = 0; /* I128AdjustFrame loops until finished */
i128.h 133 int DGAViewportStatus;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_dga.c 179 return pI810->DGAViewportStatus;
194 pI810->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dga.c 179 return pI810->DGAViewportStatus;
194 pI810->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dga.c 181 return pI810->DGAViewportStatus;
198 pI810->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_dga.c 185 return pNEO->DGAViewportStatus;
202 pNEO->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_dga.c 370 return pGeode->DGAViewportStatus;
395 pGeode->DGAViewportStatus = 0; /*GX1AdjustFrame loops until finished */
nsc_gx2_dga.c 373 return pGeode->DGAViewportStatus;
398 pGeode->DGAViewportStatus = 0; /*GX2AdjustFrame loops until finished */
nsc.h 391 int DGAViewportStatus;
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_dga.c 274 return ps3v->DGAViewportStatus;
286 ps3v->DGAViewportStatus = 0; /* MGAAdjustFrame loops until finished */
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_dga.c 143 return pTDFX->DGAViewportStatus;
158 pTDFX->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_dga.c 211 return pTrident->DGAViewportStatus;
223 pTrident->DGAViewportStatus = 0; /* TRIDENTAdjustFrame loops until finished */
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_dga.c 197 pTseng->DGAViewportStatus = 0; /* TsengAdjustFrame loops until finished */
206 return pTseng->DGAViewportStatus;
tseng.h 178 int DGAViewportStatus;
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_type.h 89 int DGAViewportStatus;
nv_dga.c 236 return pNv->DGAViewportStatus;
252 pNv->DGAViewportStatus = 0;
riva_dga.c 228 return pRiva->DGAViewportStatus;
244 pRiva->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_dga.c 242 return cPtr->DGAViewportStatus;
260 cPtr->DGAViewportStatus = 0; /* CHIPSAdjustFrame loops until finished */
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_dga.c 265 return pS3->DGAViewportStatus;
274 pS3->DGAViewportStatus = 0;
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_dga.c 336 return psav->DGAViewportStatus;
349 psav->DGAViewportStatus = 0; /* MGAAdjustFrame loops until finished */

Completed in 17 milliseconds

1 2