Home
last modified time | relevance | path

Searched refs:accum_red_size (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c187 pfd->cAccumRedBits = _this->gl_config.accum_red_size; in WIN_GL_SetupPixelFormat()
510 if (_this->gl_config.accum_red_size) { in WIN_GL_SetupWindowInternal()
512 *iAttr++ = _this->gl_config.accum_red_size; in WIN_GL_SetupWindowInternal()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h122 GLint accum_red_size,
Dxm_api.c754 GLint accum_red_size, in XMesaCreateVisual() argument
856 vis->accumRedBits = accum_red_size; in XMesaCreateVisual()
893 v->stvis.accum_format = (accum_red_size + in XMesaCreateVisual()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.m207 if ((_this->gl_config.accum_red_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/x11/
DSDL_x11opengl.c438 if (_this->gl_config.accum_red_size) { in X11_GL_GetAttributes()
440 attribs[i++] = _this->gl_config.accum_red_size; in X11_GL_GetAttributes()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h312 int accum_red_size; member
DSDL_video.c2885 _this->gl_config.accum_red_size = 0; in SDL_GL_ResetAttributes()
2950 _this->gl_config.accum_red_size = value; in SDL_GL_SetAttribute()