| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmisc.c | 71 BitsPerPixel(pScreen->rootDepth),
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_accel.c | 185 cAcl->BitsPerPixel = pScrn->bitsPerPixel; 213 if (cAcl->BitsPerPixel == 24) 217 if ((cAcl->BitsPerPixel == 24) || (cAcl->BitsPerPixel == 32)) 237 switch (cAcl->BitsPerPixel) { 282 if (cAcl->BitsPerPixel == 32) goto chips_imagewrite; 301 if (cAcl->BitsPerPixel == 24) { 327 if (cAcl->BitsPerPixel == 24) 338 if (cAcl->BitsPerPixel != 24) { 363 if (cAcl->BitsPerPixel [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | servermd.h | 109 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel) macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmisc.c | 89 BitsPerPixel (pScreen->rootDepth),
|
| H A D | winpixmap.c | 84 pPixmap->drawable.bitsPerPixel = BitsPerPixel (iDepth);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbgetsp.c | 51 if (pDrawable->bitsPerPixel != BitsPerPixel(pDrawable->depth))
|
| H A D | fbsetsp.c | 50 if (pDrawable->bitsPerPixel != BitsPerPixel(pDrawable->depth))
|
| H A D | fbimage.c | 90 if (pDrawable->bitsPerPixel != BitsPerPixel(pDrawable->depth)) 310 pDrawable->bitsPerPixel != BitsPerPixel (pDrawable->depth))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/ |
| H A D | vbeModes.c | 61 bpp = mode->BitsPerPixel; 140 /* Some BIOS's set BitsPerPixel to 15 instead of 16 for 15/16 */ 143 (mode->BitsPerPixel > 8 && 146 mode->BitsPerPixel == pScrn->bitsPerPixel) || 147 (mode->BitsPerPixel == 15 && pScrn->depth == 15) || 148 (mode->BitsPerPixel <= 8 && 149 mode->BitsPerPixel == pScrn->bitsPerPixel))) { 185 " BitsPerPixel: %d\n", mode->BitsPerPixel);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | vbeModes.c | 62 bpp = mode->BitsPerPixel; 141 /* Some BIOS's set BitsPerPixel to 15 instead of 16 for 15/16 */ 144 (mode->BitsPerPixel > 8 && 147 mode->BitsPerPixel == pScrn->bitsPerPixel) || 148 (mode->BitsPerPixel == 15 && pScrn->depth == 15) || 149 (mode->BitsPerPixel <= 8 && 150 mode->BitsPerPixel == pScrn->bitsPerPixel))) { 182 " BitsPerPixel: %d\n", mode->BitsPerPixel);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | xm_api.c | 413 && v->BitsPerPixel == 32) { 425 && v->BitsPerPixel == 32) { 437 && v->BitsPerPixel == 32) { 450 && v->BitsPerPixel == 16) { 652 v->BitsPerPixel = bits_per_pixel(v); 653 assert(v->BitsPerPixel > 0); 671 if (v->BitsPerPixel == 32) { 689 printf("X/Mesa bits per pixel = %d\n", v->BitsPerPixel);
|
| H A D | xm_api.h | 293 GLint BitsPerPixel; /* True bits per pixel for XImages */ member in struct:xmesa_visual
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 413 && v->BitsPerPixel == 32) { 425 && v->BitsPerPixel == 32) { 437 && v->BitsPerPixel == 32) { 450 && v->BitsPerPixel == 16) { 650 v->BitsPerPixel = bits_per_pixel(v); 651 assert(v->BitsPerPixel > 0); 663 if (v->BitsPerPixel == 32) { 679 printf("X/Mesa bits per pixel = %d\n", v->BitsPerPixel);
|
| H A D | xm_api.h | 293 GLint BitsPerPixel; /* True bits per pixel for XImages */ member in struct:xmesa_visual
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miscrinit.c | 103 pPixmap->drawable.bitsPerPixel = BitsPerPixel(depth); 159 BitsPerPixel(pScreen->rootDepth),
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miscrinit.c | 102 pPixmap->drawable.bitsPerPixel = BitsPerPixel(depth); 172 BitsPerPixel(pScreen->rootDepth),
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_trapezoid.c | 138 BitsPerPixel(mask_format->depth),
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | servermd.h | 343 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel) macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_api.c | 517 && v->BitsPerPixel==32 527 if (v->BitsPerPixel==32) { 534 else if (v->BitsPerPixel == 24) { 542 && v->BitsPerPixel==16 572 v->BitsPerPixel = bits_per_pixel(v); 573 assert(v->BitsPerPixel > 0); 603 printf("X/Mesa bits per pixel = %d\n", v->BitsPerPixel);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_api.c | 516 && v->BitsPerPixel==32 526 if (v->BitsPerPixel==32) { 533 else if (v->BitsPerPixel == 24) { 541 && v->BitsPerPixel==16 571 v->BitsPerPixel = bits_per_pixel(v); 572 assert(v->BitsPerPixel > 0); 600 printf("X/Mesa bits per pixel = %d\n", v->BitsPerPixel);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-priv.h | 149 #ifndef BitsPerPixel 150 #define BitsPerPixel(d) (\ macro
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-priv.h | 149 #ifndef BitsPerPixel 150 #define BitsPerPixel(d) (\ macro
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-priv.h | 153 #ifndef BitsPerPixel 154 #define BitsPerPixel(d) (\ macro
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-priv.h | 171 #ifndef BitsPerPixel 172 #define BitsPerPixel(d) (\ macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kdrive.h | 337 #ifndef BitsPerPixel 338 #define BitsPerPixel(d) (\ macro
|