| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glxconfig.h | 42 GLint rgbBits; /* total bits for rgb */
|
| glxconfig.c | 59 *value_return = mode->rgbBits;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_dac.c | 632 outXGIREG(XGICOLDATA, colors[index].red << (8- pScrn->rgbBits)); 633 outXGIREG(XGICOLDATA, colors[index].green << (8 - pScrn->rgbBits)); 634 outXGIREG(XGICOLDATA, colors[index].blue << (8 - pScrn->rgbBits)); 652 outXGIREG(XGICOLDATA, colors[index/2].red << (8 - pScrn->rgbBits)); 653 outXGIREG(XGICOLDATA, colors[index].green << (8 - pScrn->rgbBits)); 654 outXGIREG(XGICOLDATA, colors[index/2].blue << (8 - pScrn->rgbBits)); 680 if((pScrn->rgbBits == 8) && (dogamma1)) 687 outXGIREG(XGICOLDATA, colors[index].red >> (8 - pScrn->rgbBits)); 688 outXGIREG(XGICOLDATA, colors[index].green >> (8 - pScrn->rgbBits)); 689 outXGIREG(XGICOLDATA, colors[index].blue >> (8 - pScrn->rgbBits)); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| glxconfig.h | 44 GLint rgbBits; /* total bits for rgb */
|
| glxconfig.c | 59 *value_return = mode->rgbBits;
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| glxscreens.h | 53 GLint rgbBits; /* total bits for rgb */
|
| glxdricommon.c | 52 __ATTRIB(__DRI_ATTRIB_BUFFER_SIZE, rgbBits), 193 !server_has_depth(config->config.rgbBits)) { 220 config->config.rgbBits != 32 ||
|
| glxscreens.c | 273 if (visual->nplanes == 32 && config->rgbBits != 32)
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| glxscreens.h | 46 GLint rgbBits; /* total bits for rgb */
|
| glxdricommon.c | 68 __ATTRIB(__DRI_ATTRIB_BUFFER_SIZE, rgbBits),
|
| glxscreens.c | 298 if (visual->nplanes == 32 && config->rgbBits != 32)
|
| /xsrc/external/mit/xorgproto/dist/include/GL/internal/ |
| glcore.h | 83 GLint rgbBits; /* total bits for rgb */
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| s3_driver.c | 620 pScrn->rgbBits = 8; /* set default */ 668 pScrn->rgbBits = 6; 681 pScrn->rgbBits = 8; 695 pScrn->rgbBits = 8; 713 pScrn->rgbBits = 6; 717 pScrn->rgbBits = 6; 726 pScrn->rgbBits = 8; 831 pScrn->rgbBits, pScrn->defaultVisual)) 835 pScrn->rgbBits, pScrn->defaultVisual)) 979 if (!xf86HandleColormaps(pScreen, 256, pScrn->rgbBits, [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| indirect.c | 333 c->rgbBits ? c->rgbBits : c->indexBits, 1710 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); 1715 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); 1720 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits); 1885 c->base.rgbBits = pfd.cColorBits; 2203 c->base.rgbBits = 0; 2220 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); 2227 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); 2236 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0) [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_driver.c | 484 scrn->rgbBits = 8; 899 scrn->rgbBits, scrn->defaultVisual)) 999 if ((scrn->rgbBits <= 8 || 1001 !xf86HandleColormaps(screen, 1 << scrn->rgbBits, scrn->rgbBits,
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| ngle_driver.c | 428 pScrn->rgbBits = 8; 546 pScrn->rgbBits, TrueColor)) 551 pScrn->rgbBits, pScrn->defaultVisual))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_driver.c | 570 scrn->rgbBits = 8; 1154 scrn->rgbBits, scrn->defaultVisual)) 1163 scrn->rgbBits, -1)) 1235 if (sna->mode.num_real_crtc && (scrn->rgbBits <= 8 || 1237 !xf86HandleColormaps(screen, 1 << scrn->rgbBits, scrn->rgbBits,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Helper.c | 639 * greater than MAX_PSEUDO_DEPTH also scrp->rgbBits. 668 scrp->weight.blue = scrp->rgbBits; 710 scrp->rgbBits = scrp->weight.red; 711 if (scrp->weight.green > scrp->rgbBits) 712 scrp->rgbBits = scrp->weight.green; 713 if (scrp->weight.blue > scrp->rgbBits) 714 scrp->rgbBits = scrp->weight.blue;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| utils.c | 337 modes->rgbBits = modes->redBits + modes->greenBits 412 __ATTRIB(__DRI_ATTRIB_BUFFER_SIZE, rgbBits);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_renderbuffer.c | 241 GLuint rgbBits, GLuint alphaBits, 247 if (rgbBits > 16 || alphaBits > 16) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| utils.c | 297 modes->rgbBits = modes->redBits + modes->greenBits 393 __ATTRIB(__DRI_ATTRIB_BUFFER_SIZE, rgbBits),
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atiscreen.c | 370 if (!miSetVisualTypes(pATI->depth, VisualMask, pATI->rgbBits, 544 if (!xf86HandleColormaps(pScreen, 256, pATI->rgbBits, ATILoadPalette, NULL,
|
| atirgb514.c | 142 if (pATI->rgbBits == 8)
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| mgx_driver.c | 532 pScrn->rgbBits = 8; 539 pScrn->rgbBits, pScrn->defaultVisual))
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| visualConfigs.c | 188 c->rgbBits = c->alphaBits + c->redBits + c->greenBits + c->blueBits;
|