HomeSort by: relevance | last modified time | path
    Searched defs:currentBuffer (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.h 24 unsigned char currentBuffer;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.h 81 unsigned char currentBuffer;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_video.c 163 int currentBuffer;
270 pPriv->currentBuffer = 0;
537 int buffer = pPriv->currentBuffer;
740 pPriv->currentBuffer = CHIPSWaitGetNextFrame(cPtr);
741 if(pPriv->doubleBuffer && pPriv->currentBuffer)
777 pPriv->currentBuffer ^= 1;
1010 portPriv->currentBuffer = CHIPSSetCurrentPlaybackBuffer(cPtr,0);
1012 portPriv->currentBuffer = 0;
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_video.c 266 int currentBuffer;
417 pPriv->currentBuffer = 0; /* init to first buffer */
1155 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1181 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1241 pPriv->currentBuffer ^= 1;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_type.h 160 int currentBuffer;
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_video.c 340 int currentBuffer;
489 pPriv->currentBuffer = 0; /* init to first buffer */
1180 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1207 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1264 pPriv->currentBuffer ^= 1;
nsc_gx2_video.c 333 int currentBuffer;
489 pPriv->currentBuffer = 0; /* init to first buffer */
1124 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1149 if (pPriv->doubleBuffer && pPriv->currentBuffer)
1209 pPriv->currentBuffer ^= 1;
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_video.c 42 int currentBuffer;
446 pPriv->currentBuffer = 0;
494 int buffer = pPriv->currentBuffer;
1102 int mask = 1 << (pPriv->currentBuffer << 2);
1110 if(!pPriv->currentBuffer)
1115 if(pPriv->currentBuffer)
1194 pPriv->currentBuffer ^= 1;
1466 pPriv->currentBuffer = 0;
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c 58 unsigned char currentBuffer;
211 pPriv->currentBuffer = 0;
944 pPriv->currentBuffer ^= 1;
953 offset += pPriv->currentBuffer * new_size;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga.h 253 unsigned char currentBuffer;

Completed in 13 milliseconds