Home
last modified time | relevance | path

Searched refs:accum_green_size (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/x11/
Dxmesa.h129 GLint accum_green_size,
Dxm_api.c750 GLint accum_green_size, in XMesaCreateVisual() argument
852 accum_red_size, accum_green_size, in XMesaCreateVisual()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c188 pfd->cAccumGreenBits = _this->gl_config.accum_green_size; in WIN_GL_SetupPixelFormat()
515 if (_this->gl_config.accum_green_size) { in WIN_GL_SetupWindowInternal()
517 *iAttr++ = _this->gl_config.accum_green_size; in WIN_GL_SetupWindowInternal()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h122 GLint accum_green_size,
Dxm_api.c754 GLint accum_green_size, in XMesaCreateVisual() argument
856 vis->accumGreenBits = accum_green_size; in XMesaCreateVisual()
893 accum_green_size + accum_blue_size + accum_alpha_size) ? in XMesaCreateVisual()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c443 if (_this->gl_config.accum_green_size) { in X11_GL_GetAttributes()
445 attribs[i++] = _this->gl_config.accum_green_size; in X11_GL_GetAttributes()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.m208 _this->gl_config.accum_green_size +
212 …attr[i++] = _this->gl_config.accum_red_size + _this->gl_config.accum_green_size + _this->gl_config…
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h313 int accum_green_size; member
DSDL_video.c2886 _this->gl_config.accum_green_size = 0; in SDL_GL_ResetAttributes()
2953 _this->gl_config.accum_green_size = value; in SDL_GL_SetAttribute()