Searched refs:alpha_size (Results 1 – 9 of 9) 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()
40 const int alpha_size = in VP8InitFrame() local45 + cache_size + alpha_size + ALIGN_MASK; in VP8InitFrame()94 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in VP8InitFrame()95 mem += alpha_size; in VP8InitFrame()
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()
238 double alpha_size = (double)(sizeof(alpha_upper_list) - 1); in xsltNumberFormatAlpha() local247 *(--pointer) = alpha_list[((int)fmod(number, alpha_size))]; in xsltNumberFormatAlpha()248 number /= alpha_size; in xsltNumberFormatAlpha()
504 if (_this->gl_config.alpha_size > 0 || bpp == 32) in BE_SetVideoMode()