Home
last modified time | relevance | path

Searched refs:rgbBits (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c164 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 DvisualConfigs.c188 … c->rgbBits = c->alphaBits + c->redBits + c->greenBits + c->blueBits; in __glXAquaCreateVisualConfigs()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdricommon.c51 __ATTRIB(__DRI_ATTRIB_BUFFER_SIZE, rgbBits),
199 config->config.rgbBits != 32 || in createModeFromConfig()
H A Dglxscreens.h53 GLint rgbBits; /* total bits for rgb */ member
H A Dglxscreens.c273 if (visual->nplanes == 32 && config->rgbBits != 32) in pickFBConfig()
H A Dglxcmds.c936 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 Dxf86Helper.c674 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 Dxf86str.h594 int rgbBits; /* Number of bits in r/g/b */ member
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c320 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 D0004-Make-video-API-forward-and-backward-compatible.patch325 if (!miSetVisualTypes(pScrn->depth, TrueColorMask, pScrn->rgbBits, TrueColor)) {
334 pScrn->rgbBits, pScrn->defaultVisual)) {
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1011 pScrn->rgbBits = 8; in PreInit()
1727 pScrn->rgbBits, pScrn->defaultVisual)) in ScreenInit()
H A Ddrmmode_display.c4173 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 DvgaHW.c1880 pScrn->rgbBits, vgaHWLoadPalette, in vgaHWHandleColormaps()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog10181 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).