Searched refs:alpha_size (Results 1 – 7 of 7) sorted by relevance
72 *value=this->gl_config.alpha_size; in ph_GL_GetAttribute()360 …fprintf(stderr, "ARGB: %d, %d, %d, %d\n", this->gl_config.alpha_size, this->gl_config.red_size, th… in ph_SetupOpenGLContext()
207 GL_pfd.cAlphaBits = this->gl_config.alpha_size; in WIN_GL_SetupWindow()232 if ( this->gl_config.alpha_size ) { in WIN_GL_SetupWindow()234 *iAttr++ = this->gl_config.alpha_size; in WIN_GL_SetupWindow()
129 if( this->gl_config.alpha_size ) { in X11_GL_GetVisual()131 attribs[i++] = this->gl_config.alpha_size; in X11_GL_GetVisual()
59 attributes[i++] = this->gl_config.alpha_size; in Mac_GL_Init()
298 int alpha_size; member
223 video->gl_config.alpha_size = 0; in SDL_VideoInit()1443 video->gl_config.alpha_size = value; in SDL_GL_SetAttribute()
504 if (_this->gl_config.alpha_size > 0 || bpp == 32) in BE_SetVideoMode()