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

1 2

  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc.h 311 unsigned long VideoKey;
406 int videoKey;
nsc_gx2_video.c 483 pPriv->colorKey = pGeode->videoKey;
nsc_gx1_video.c 483 pPriv->colorKey = pGeode->videoKey;
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo.h 275 int videoKey;
neo_driver.c 370 { OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
398 { OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
1001 OPTION_VIDEO_KEY, &(nPtr->videoKey))) {
1003 nPtr->videoKey);
1005 nPtr->videoKey = (1 << pScrn->offset.red) |
neo_video.c 252 pPriv->colorKey = nPtr->videoKey;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_type.h 83 int videoKey;
nv_driver.c 1124 if(xf86GetOptValInteger(pNv->Options, OPTION_VIDEO_KEY, &(pNv->videoKey))) {
1126 pNv->videoKey);
1128 pNv->videoKey = (1 << pScrn->offset.red) |
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_type.h 160 int videoKey;
nv_driver.c 659 { OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
1673 if(xf86GetOptValInteger(pNv->Options, OPTION_VIDEO_KEY, &(pNv->videoKey))) {
1675 pNv->videoKey);
1677 pNv->videoKey = (1 << pScrn->offset.red) |
nv_video.c 180 pPriv->colorKey = pNv->videoKey;
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi.h 282 int videoKey; /* Video chroma key */
smi_driver.c 190 { OPTION_VIDEOKEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
580 if (xf86GetOptValInteger(pSmi->Options, OPTION_VIDEOKEY, &pSmi->videoKey)) {
582 "0x%08X\n", pSmi->videoKey);
584 pSmi->videoKey = (1 << pScrn->offset.red) |
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx.h 296 int videoKey;
tdfx_driver.c 248 { OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE},
1155 if (xf86GetOptValInteger(pTDFX->Options, OPTION_VIDEO_KEY, &(pTDFX->videoKey))) {
1156 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "video key set to 0x%x\n", pTDFX->videoKey);
1158 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "video key default 0x%x\n", pTDFX->videoKey = 0x1E);
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident.h 191 int videoKey;
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint.h 190 int videoKey;
pm3_video.c 318 pPriv->colorKey = pGlint->videoKey;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_merge.c 330 pMga->videoKey = pMga1->videoKey;
mga.h 591 int videoKey;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_driver.h 346 int videoKey;
ct_video.c 267 pPriv->colorKey = cPtr->videoKey;
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128.h 494 int videoKey;
r128_driver.c 166 { OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
1302 OPTION_VIDEO_KEY, &info->videoKey)) {
1304 "Video key set to 0x%x.\n", info->videoKey);
1306 info->videoKey = 0x1E;
r128_video.c 206 pPriv->colorKey = info->videoKey;

Completed in 47 milliseconds

1 2