Searched refs:accumRedSize (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | fakeglx.c | 252 GLint accumRedSize, GLint accumGreenSize, in save_glx_visual() argument 298 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) in save_glx_visual() 314 accumRedSize, accumBlueSize, in save_glx_visual() 875 GLint accumRedSize = 0; in choose_visual() local 990 accumRedSize = MAX2( accumRedSize, size ); in choose_visual() 1207 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 || in choose_visual() 1209 accumRedSize = in choose_visual() 1212 accumAlphaSize = alpha_flag ? accumRedSize : 0; in choose_visual() 1217 accumRedSize, accumGreenSize, in choose_visual()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 185 GLint accumRedSize, GLint accumGreenSize, in save_glx_visual() argument 245 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) in save_glx_visual() 262 accumRedSize, accumBlueSize, in save_glx_visual() 739 GLint accumRedSize = 0; in choose_visual() local 858 accumRedSize = MAX2( accumRedSize, size ); in choose_visual() 1071 if (accumRedSize > 0 || in choose_visual() 1076 accumRedSize = in choose_visual() 1080 accumAlphaSize = alpha_flag ? accumRedSize : 0; in choose_visual() 1085 accumRedSize, accumGreenSize, in choose_visual()
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 656 int accumRedSize = getGLXFBConfigAttrib(glxConfig, GLX_ACCUM_RED_SIZE); in generateConfigs() local 662 accumRedSize != contextAccumRedSize || accumGreenSize != contextAccumGreenSize || in generateConfigs()
|