Searched refs:accum_alpha_size (Results 1 – 6 of 6) sorted by relevance
123 _this->gl_config.accum_alpha_size) { in HAIKU_GL_CreateContext()
234 pfd->cAccumAlphaBits = _this->gl_config.accum_alpha_size; in WIN_GL_SetupPixelFormat()581 if (_this->gl_config.accum_alpha_size) { in WIN_GL_SetupWindowInternal()583 *iAttr++ = _this->gl_config.accum_alpha_size; in WIN_GL_SetupWindowInternal()
255 _this->gl_config.accum_alpha_size) > 0) {257 …>gl_config.accum_green_size + _this->gl_config.accum_blue_size + _this->gl_config.accum_alpha_size;
543 if (_this->gl_config.accum_alpha_size) { in X11_GL_GetAttributes()545 attribs[i++] = _this->gl_config.accum_alpha_size; in X11_GL_GetAttributes()
348 int accum_alpha_size; member
3152 _this->gl_config.accum_alpha_size = 0; in SDL_GL_ResetAttributes()3233 _this->gl_config.accum_alpha_size = value; in SDL_GL_SetAttribute()
Completed in 15 milliseconds