Searched refs:BitsPerPixel (Results 1 - 25 of 71) sorted by relevance

123

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmisc.c71 BitsPerPixel(pScreen->rootDepth),
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c185 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 Dservermd.h109 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmisc.c89 BitsPerPixel (pScreen->rootDepth),
H A Dwinpixmap.c84 pPixmap->drawable.bitsPerPixel = BitsPerPixel (iDepth);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbgetsp.c51 if (pDrawable->bitsPerPixel != BitsPerPixel(pDrawable->depth))
H A Dfbsetsp.c50 if (pDrawable->bitsPerPixel != BitsPerPixel(pDrawable->depth))
H A Dfbimage.c90 if (pDrawable->bitsPerPixel != BitsPerPixel(pDrawable->depth))
310 pDrawable->bitsPerPixel != BitsPerPixel (pDrawable->depth))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A DvbeModes.c61 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 DvbeModes.c62 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 Dxm_api.c413 && 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 Dxm_api.h293 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 Dxm_api.c413 && 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 Dxm_api.h293 GLint BitsPerPixel; /* True bits per pixel for XImages */ member in struct:xmesa_visual
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscrinit.c103 pPixmap->drawable.bitsPerPixel = BitsPerPixel(depth);
159 BitsPerPixel(pScreen->rootDepth),
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscrinit.c102 pPixmap->drawable.bitsPerPixel = BitsPerPixel(depth);
172 BitsPerPixel(pScreen->rootDepth),
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_trapezoid.c138 BitsPerPixel(mask_format->depth),
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dservermd.h343 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_api.c517 && 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 Dxm_api.c516 && 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 Duxa-priv.h149 #ifndef BitsPerPixel
150 #define BitsPerPixel(d) (\ macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-priv.h149 #ifndef BitsPerPixel
150 #define BitsPerPixel(d) (\ macro
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-priv.h153 #ifndef BitsPerPixel
154 #define BitsPerPixel(d) (\ macro
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-priv.h171 #ifndef BitsPerPixel
172 #define BitsPerPixel(d) (\ macro
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.h337 #ifndef BitsPerPixel
338 #define BitsPerPixel(d) (\ macro

Completed in 23 milliseconds

123