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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 762 static int depth_list[] = { 32, 24, 16, 15, 8 };
764 static int depth_list[] = { 24, 16, 15, 8 }; local
776 for ( i=0; i<SDL_arraysize(depth_list); ++i ) {
777 if ( depth_list[i] > 8 ) {
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...]
  /prebuilts/tools/linux-x86/sdl/libs/
libSDL.a     [all...]

Completed in 892 milliseconds