Home
last modified time | relevance | path

Searched refs:accumRedSize (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c252 GLint accumRedSize, GLint accumGreenSize, in save_glx_visual() argument
296 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) in save_glx_visual()
312 accumRedSize, accumBlueSize, in save_glx_visual()
869 GLint accumRedSize = 0; in choose_visual() local
984 accumRedSize = MAX2( accumRedSize, size ); in choose_visual()
1201 if (accumRedSize > 0 || accumGreenSize > 0 || accumBlueSize > 0 || in choose_visual()
1203 accumRedSize = in choose_visual()
1206 accumAlphaSize = alpha_flag ? accumRedSize : 0; in choose_visual()
1211 accumRedSize, accumGreenSize, in choose_visual()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c185 GLint accumRedSize, GLint accumGreenSize, in save_glx_visual() argument
243 && (v->mesa_visual.accumRedBits >= accumRedSize || accumRedSize == 0) in save_glx_visual()
260 accumRedSize, accumBlueSize, in save_glx_visual()
733 GLint accumRedSize = 0; in choose_visual() local
852 accumRedSize = MAX2( accumRedSize, size ); in choose_visual()
1065 if (accumRedSize > 0 || in choose_visual()
1070 accumRedSize = in choose_visual()
1074 accumAlphaSize = alpha_flag ? accumRedSize : 0; in choose_visual()
1079 accumRedSize, accumGreenSize, in choose_visual()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp612 int accumRedSize = getGLXFBConfigAttrib(glxConfig, GLX_ACCUM_RED_SIZE); in generateConfigs() local
618 accumRedSize != contextAccumRedSize || accumGreenSize != contextAccumGreenSize || in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp656 int accumRedSize = getGLXFBConfigAttrib(glxConfig, GLX_ACCUM_RED_SIZE); in generateConfigs() local
662 accumRedSize != contextAccumRedSize || accumGreenSize != contextAccumGreenSize || in generateConfigs()