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

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 77 static void add_visual(_THIS, int depth, int class) function
161 add_visual(this, 32, TrueColor);
162 add_visual(this, 24, TrueColor);
163 add_visual(this, 16, TrueColor);
164 add_visual(this, 15, TrueColor);
165 add_visual(this, 8, PseudoColor);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 324 static int add_visual(_THIS, int depth, int class) function
779 add_visual(this, depth_list[i], DirectColor);
781 add_visual(this, depth_list[i], TrueColor);
783 add_visual(this, depth_list[i], PseudoColor);
784 add_visual(this, depth_list[i], StaticColor);
    [all...]

Completed in 51 milliseconds