Searched refs:accumRedSize (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 185 GLint accumRedSize, GLint accumGreenSize, in save_glx_visual() 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 in choose_visual() 181 save_glx_visual( Display *dpy, XVisualInfo *vinfo, GLboolean rgbFlag, GLboolean alphaFlag, GLboolean dbFlag, GLboolean stereoFlag, GLint depth_size, GLint stencil_size, GLint accumRedSize, GLint accumGreenSize, GLint accumBlueSize, GLint accumAlphaSize, GLint level, GLint numAuxBuffers, GLuint num_samples ) save_glx_visual() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.cpp | 656 int accumRedSize = getGLXFBConfigAttrib(glxConfig, GLX_ACCUM_RED_SIZE); in generateConfigs() local 662 accumRedSize != contextAccumRedSize || accumGreenSize != contextAccumGreenSize || in generateConfigs()
|
Completed in 4 milliseconds