HomeSort by relevance Sort by last modified time
    Searched refs:alpha_size (Results 1 - 11 of 11) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 41 EGLint alpha_size,
69 EGLint alpha_size);
EglConfig.cpp 21 EGLint alpha_size,
42 m_buffer_size(red_size + green_size + blue_size + alpha_size),
46 m_alpha_size(alpha_size),
71 m_conformant(((red_size + green_size + blue_size + alpha_size > 0) &&
115 EGLint alpha_size):
117 m_buffer_size(red_size + green_size + blue_size + alpha_size),
121 m_alpha_size(alpha_size),
EglImp.cpp 294 EGLint alpha_size = 0; local
345 alpha_size = attrib_list[i+1];
451 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,config_id,depth_size,
    [all...]
  /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/webp/src/dec/
frame.c 40 const int alpha_size = local
45 + cache_size + alpha_size + ALIGN_MASK;
94 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
95 mem += 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;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 298 int alpha_size; member in struct:SDL_VideoDevice::__anon10765
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)

Completed in 66 milliseconds