Searched refs:accum_green_size (Results 1 – 6 of 6) sorted by relevance
121 _this->gl_config.accum_green_size || in HAIKU_GL_CreateContext()
232 pfd->cAccumGreenBits = _this->gl_config.accum_green_size; in WIN_GL_SetupPixelFormat()571 if (_this->gl_config.accum_green_size) { in WIN_GL_SetupWindowInternal()573 *iAttr++ = _this->gl_config.accum_green_size; in WIN_GL_SetupWindowInternal()
253 _this->gl_config.accum_green_size +257 …attr[i++] = _this->gl_config.accum_red_size + _this->gl_config.accum_green_size + _this->gl_config…
533 if (_this->gl_config.accum_green_size) { in X11_GL_GetAttributes()535 attribs[i++] = _this->gl_config.accum_green_size; in X11_GL_GetAttributes()
346 int accum_green_size; member
3150 _this->gl_config.accum_green_size = 0; in SDL_GL_ResetAttributes()3227 _this->gl_config.accum_green_size = value; in SDL_GL_SetAttribute()
Completed in 16 milliseconds