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

  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 862 void *destscr; local
866 destscr = VDI_screen;
869 destscr = GEM_buffer2;
887 destination = destscr;
975 void *destscr; local
979 destscr = VDI_screen;
982 destscr = GEM_buffer2;
987 surface->pixels, destscr,
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 932 void *destscr; local
937 destscr = XBIOS_screens[XBIOS_fbnum];
938 destscr += XBIOS_pitch * ((XBIOS_current->height - surface->h) >> 1);
941 destscr += destx;
946 destscr,

Completed in 27 milliseconds