Home
last modified time | relevance | path

Searched refs:accumGreenBits (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxfbconfig.c64 (c1->accumGreenBits == c2->accumGreenBits) && in AreFBConfigsMatch()
H A Dglxcmds.c2937 buf[p++] = pFBConfig->accumGreenBits; in __glXGetFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c168 mode->accumGreenBits = config->accumGreenSize; in _gl_copy_visual_to_context_mode()
268 *value_return = mode->accumGreenBits; in _gl_get_context_mode_data()
550 (a->accumGreenBits == b->accumGreenBits) && in _gl_context_modes_are_same()
H A DvisualConfigs.c198 c->accumGreenBits = conf->accum_buffers[accum].g; in __glXAquaCreateVisualConfigs()
207 c->accumGreenBits = 0; in __glXAquaCreateVisualConfigs()
H A Dindirect.c466 if ((conf->accumRedBits + conf->accumGreenBits + conf->accumBlueBits + in makeFormat()
470 attr[i++] = conf->accumRedBits + conf->accumGreenBits in makeFormat()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c370 config->accumGreenBits = value; in GetGLXFBConfigs()
461 config->accumGreenBits > 0 || config->accumBlueBits > 0; in GetGLXFBConfigs()
582 cfg->accumGreenSize = fbcfg->accumGreenBits; in GetGLXVisualConfigsFromFBConfigs()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxscreens.h56 GLint accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits; member
H A Dglxdricommon.c60 __ATTRIB(__DRI_ATTRIB_ACCUM_GREEN_SIZE, accumGreenBits),
H A Dglxcmds.c929 buf[p++] = modes->accumGreenBits; in __glXDisp_GetVisualConfigs()
1058 WRITE_PAIR(GLX_ACCUM_GREEN_SIZE, modes->accumGreenBits); in DoGetFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c330 c->accumRedBits, c->accumGreenBits, c->accumBlueBits, in fbConfigsDump()
1622 mode->accumRedBits + mode->accumGreenBits + mode->accumBlueBits + in fbConfigToPixelFormat()
1625 pfd.cAccumGreenBits = mode->accumGreenBits; in fbConfigToPixelFormat()
1665 SET_ATTR_VALUE(WGL_ACCUM_GREEN_BITS_ARB, mode->accumGreenBits); in fbConfigToPixelFormatIndex()
1823 c->base.accumGreenBits = pfd.cAccumGreenBits; in glxWinCreateConfigs()
2152 c->base.accumGreenBits = ATTR_VALUE(WGL_ACCUM_GREEN_BITS_ARB, 0); in glxWinCreateConfigsExt()