Home
last modified time | relevance | path

Searched refs:alpha_size (Results 1 – 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_gl.c72 *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()
/external/webp/src/dec/
Dframe.c40 const int alpha_size = in VP8InitFrame() local
45 + 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()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c207 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()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gl.c129 if( this->gl_config.alpha_size ) { in X11_GL_GetVisual()
131 attribs[i++] = this->gl_config.alpha_size; in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macgl.c59 attributes[i++] = this->gl_config.alpha_size; in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h298 int alpha_size; member
DSDL_video.c223 video->gl_config.alpha_size = 0; in SDL_VideoInit()
1443 video->gl_config.alpha_size = value; in SDL_GL_SetAttribute()
/external/libxslt/libxslt/
Dnumbers.c238 double alpha_size = (double)(sizeof(alpha_upper_list) - 1); in xsltNumberFormatAlpha() local
247 *(--pointer) = alpha_list[((int)fmod(number, alpha_size))]; in xsltNumberFormatAlpha()
248 number /= alpha_size; in xsltNumberFormatAlpha()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc504 if (_this->gl_config.alpha_size > 0 || bpp == 32) in BE_SetVideoMode()