Searched refs:rgbBits (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | glcontextmodes.c | 164 mode->rgbBits = mode->rgbMode ? config->bufferSize : 0; in _gl_copy_visual_to_context_mode() 220 *value_return = mode->rgbBits; in _gl_get_context_mode_data() 547 (a->rgbBits == b->rgbBits) && in _gl_context_modes_are_same()
|
| H A D | visualConfigs.c | 188 … c->rgbBits = c->alphaBits + c->redBits + c->greenBits + c->blueBits; in __glXAquaCreateVisualConfigs()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdricommon.c | 51 __ATTRIB(__DRI_ATTRIB_BUFFER_SIZE, rgbBits), 199 config->config.rgbBits != 32 || in createModeFromConfig()
|
| H A D | glxscreens.h | 53 GLint rgbBits; /* total bits for rgb */ member
|
| H A D | glxscreens.c | 273 if (visual->nplanes == 32 && config->rgbBits != 32) in pickFBConfig()
|
| H A D | glxcmds.c | 936 buf[p++] = modes->rgbBits; in __glXDisp_GetVisualConfigs() 1050 WRITE_PAIR(GLX_BUFFER_SIZE, modes->rgbBits); in DoGetFBConfigs() 1370 config->rgbBits, 0); in DoCreatePbuffer()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Helper.c | 674 scrp->weight.blue = scrp->rgbBits; in xf86SetWeight() 716 scrp->rgbBits = scrp->weight.red; in xf86SetWeight() 717 if (scrp->weight.green > scrp->rgbBits) in xf86SetWeight() 718 scrp->rgbBits = scrp->weight.green; in xf86SetWeight() 719 if (scrp->weight.blue > scrp->rgbBits) in xf86SetWeight() 720 scrp->rgbBits = scrp->weight.blue; in xf86SetWeight()
|
| H A D | xf86str.h | 594 int rgbBits; /* Number of bits in r/g/b */ member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | indirect.c | 320 c->rgbBits ? c->rgbBits : c->indexBits, in fbConfigsDump() 1659 GLX_TRUE_COLOR) ? mode->rgbBits : mode->indexBits); in fbConfigToPixelFormatIndex() 1813 c->base.rgbBits = pfd.cColorBits; in glxWinCreateConfigs() 2123 c->base.rgbBits = 0; in glxWinCreateConfigsExt() 2140 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0); in glxWinCreateConfigsExt()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| H A D | 0004-Make-video-API-forward-and-backward-compatible.patch | 325 if (!miSetVisualTypes(pScrn->depth, TrueColorMask, pScrn->rgbBits, TrueColor)) { 334 pScrn->rgbBits, pScrn->defaultVisual)) {
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1011 pScrn->rgbBits = 8; in PreInit() 1727 pScrn->rgbBits, pScrn->defaultVisual)) in ScreenInit()
|
| H A D | drmmode_display.c | 4173 pScrn->depth, pScrn->rgbBits); in drmmode_setup_colormap() 4184 if (!xf86HandleColormaps(pScreen, 1 << pScrn->rgbBits, 10, in drmmode_setup_colormap()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 1880 pScrn->rgbBits, vgaHWLoadPalette, in vgaHWHandleColormaps()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 10181 config.rgbBits == 32, but these are not displayable on a 191813 282. Set rgbBits to 8 for all HiQV chips in chips driver (Egbert Eich).
|