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

  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macgl.c 49 if ( this->gl_config.red_size != 0 &&
53 attributes[i++] = this->gl_config.red_size;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_gl.c 63 *value=this->gl_config.red_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);
364 this->gl_config.red_size, this->gl_config.green_size, this->gl_config.blue_size), */
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxgl.c 59 if ( this->gl_config.red_size != 0 &&
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 204 GL_pfd.cRedBits = this->gl_config.red_size;
226 *iAttr++ = this->gl_config.red_size;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 295 int red_size; member in struct:SDL_VideoDevice::__anon6063
SDL_video.c 220 video->gl_config.red_size = 3;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 123 attribs[i++] = this->gl_config.red_size;

Completed in 110 milliseconds