HomeSort by relevance Sort by last modified time
    Searched full:depth_list (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 797 static int depth_list[] = { 32, 24, 16, 15, 8 };
799 static int depth_list[] = { 24, 16, 15, 8 }; local
811 for ( i=0; i<SDL_arraysize(depth_list); ++i ) {
812 if ( depth_list[i] > 8 ) {
814 add_visual(this, depth_list[i], DirectColor);
816 add_visual(this, depth_list[i], TrueColor);
818 add_visual(this, depth_list[i], PseudoColor);
819 add_visual(this, depth_list[i], StaticColor);
    [all...]
  /prebuilts/tools/linux-x86/sdl/libs/
libSDL.a     [all...]
  /prebuilts/tools/windows/sdl/libs/
libSDL.a     [all...]

Completed in 86 milliseconds