/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_gl.c | 72 *value=this->gl_config.alpha_size; 360 fprintf(stderr, "ARGB: %d, %d, %d, %d\n", this->gl_config.alpha_size, this->gl_config.red_size, this->gl_config.green_size, this->gl_config.blue_size); 363 /* __QNXGL_BUILD_FORMAT(0, __QNXGL_COLOR_MODEL_RGB, this->gl_config.alpha_size,
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_wingl.c | 207 GL_pfd.cAlphaBits = this->gl_config.alpha_size; 232 if ( this->gl_config.alpha_size ) { 234 *iAttr++ = this->gl_config.alpha_size;
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macgl.c | 59 attributes[i++] = this->gl_config.alpha_size;
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11gl.c | 129 if( this->gl_config.alpha_size ) { 131 attribs[i++] = this->gl_config.alpha_size;
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ToHTMLStream.java | [all...] |
/development/tools/makedict/src/com/android/tools/dict/ |
MakeBinaryDictionary.java | 43 public static final int ALPHA_SIZE = 256;
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_sysvideo.h | 298 int alpha_size; member in struct:SDL_VideoDevice::__anon4332
|
SDL_video.c | 223 video->gl_config.alpha_size = 0; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 504 if (_this->gl_config.alpha_size > 0 || bpp == 32)
|