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

1 2

  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_video.h 64 Bool isOn;
neo_video.c 1036 pPriv->isOn = FALSE;
1054 if (pPriv->isOn)
1105 pPriv->isOn = TRUE;
1123 if (pPriv->isOn){
1127 pPriv->isOn = FALSE;
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_video.h 96 Bool isOn;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.c 542 portPriv->isOn = XV_ON;
546 if ((clippedAway || (ret != Success)) && portPriv->isOn == XV_ON) {
549 portPriv->isOn = XV_PENDING;
618 portPriv->isOn = XV_ON;
622 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
625 portPriv->isOn = XV_PENDING;
690 portPriv->isOn = (ret == Success) ? XV_ON : XV_OFF;
694 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
697 portPriv->isOn = XV_PENDING;
770 if (pPriv->isOn > XV_OFF)
    [all...]
kxv.h 185 XvStatus isOn;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xvpriv.h 76 XvStatus isOn;
xf86xv.c 680 portPriv->isOn = XV_ON;
684 if ((clippedAway || (ret != Success)) && portPriv->isOn == XV_ON) {
687 portPriv->isOn = XV_PENDING;
752 portPriv->isOn = XV_ON;
756 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
759 portPriv->isOn = XV_PENDING;
830 portPriv->isOn = (ret == Success) ? XV_ON : XV_OFF;
834 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
837 portPriv->isOn = XV_PENDING;
926 if (pPriv->isOn == XV_ON)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86xvpriv.h 76 XvStatus isOn;
xf86xv.c 775 portPriv->isOn = XV_ON;
779 if((clippedAway || (ret != Success)) && portPriv->isOn == XV_ON) {
782 portPriv->isOn = XV_PENDING;
863 if(ret == Success) portPriv->isOn = XV_ON;
867 if((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
870 portPriv->isOn = XV_PENDING;
956 portPriv->isOn = (ret == Success) ? XV_ON : XV_OFF;
960 if((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
963 portPriv->isOn = XV_PENDING;
1054 if (pPriv->isOn == XV_ON)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kxv.c 694 portPriv->isOn = XV_ON;
698 if((clippedAway || (ret != Success)) && portPriv->isOn == XV_ON) {
701 portPriv->isOn = XV_PENDING;
784 if(ret == Success) portPriv->isOn = XV_ON;
788 if((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
791 portPriv->isOn = XV_PENDING;
870 portPriv->isOn = (ret == Success) ? XV_ON : XV_OFF;
874 if((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) {
877 portPriv->isOn = XV_PENDING;
991 if(pPriv->isOn > XV_OFF)
    [all...]
kxv.h 266 XvStatus isOn;
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx2_video.c 1327 Bool isOn;
1382 pPriv->isOn = FALSE;
1398 if (pPriv->isOn) {
1399 pPriv->isOn = FALSE;
1410 if (pPriv->isOn)
1472 pPriv->isOn = TRUE;
nsc_gx1_video.c 1383 Bool isOn;
1439 pPriv->isOn = FALSE;
1455 if (pPriv->isOn) {
1456 pPriv->isOn = FALSE;
1469 if (pPriv->isOn)
1531 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_video.c 762 Bool isOn;
802 pPriv->isOn = TRUE;
854 pPriv->isOn = FALSE;
885 pPriv->isOn = FALSE;
896 if (pPriv->isOn)
gx_video.c 1382 Bool isOn;
1438 pPriv->isOn = FALSE;
1454 if (pPriv->isOn) {
1455 pPriv->isOn = FALSE;
1466 if (pPriv->isOn)
1529 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_video.c 860 Bool isOn;
906 pPriv->isOn = FALSE;
923 if(pPriv->isOn) {
930 pPriv->isOn = FALSE;
943 if(pPriv->isOn)
1019 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm3_video.c 997 Bool isOn;
1039 pPriv->isOn = FALSE;
1055 if(pPriv->isOn) {
1063 pPriv->isOn = FALSE;
1075 if(pPriv->isOn)
1214 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_video.c 883 Bool isOn;
930 pPriv->isOn = FALSE;
947 if(pPriv->isOn)
951 pPriv->isOn = FALSE;
962 if(pPriv->isOn)
1053 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_video.c 1226 Bool isOn;
1273 pPriv->isOn = FALSE;
1292 if(pPriv->isOn) {
1300 pPriv->isOn = FALSE;
1313 if(pPriv->isOn) {
1412 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_video.c 1183 Bool isOn;
1230 pPriv->isOn = FALSE;
1249 if(pPriv->isOn) {
1257 pPriv->isOn = FALSE;
1270 if(pPriv->isOn) {
1369 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_video.c 1197 Bool isOn;
1245 pPriv->isOn = FALSE;
1264 if(pPriv->isOn) {
1272 pPriv->isOn = FALSE;
1285 if(pPriv->isOn) {
1384 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_video.c 1158 Bool isOn;
1205 pPriv->isOn = FALSE;
1222 if(pPriv->isOn) {
1226 pPriv->isOn = FALSE;
1239 if(pPriv->isOn)
1316 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_video.c 949 Bool isOn;
995 pPriv->isOn = FALSE;
1012 if(pPriv->isOn) {
1018 pPriv->isOn = FALSE;
1031 if(pPriv->isOn)
1107 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_video.c 1062 Bool isOn;
1109 pPriv->isOn = FALSE;
1126 if(pPriv->isOn) {
1130 pPriv->isOn = FALSE;
1144 if(pPriv->isOn)
1218 pPriv->isOn = TRUE;
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_video.c 2196 Bool isOn;
2243 pPriv->isOn = FALSE;
2261 if(pPriv->isOn) {
2265 pPriv->isOn = FALSE;
2279 if(pPriv->isOn)
2355 pPriv->isOn = TRUE;

Completed in 34 milliseconds

1 2