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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 120 Uint8* sw_buffers[2]; /* pointers to the two software buffers for double-buffer emulation */ member in struct:SDL_PrivateVideoData
162 #define sw_buffers (this->hidden->sw_buffers) macro
SDL_QuartzVideo.m 575 SDL_free (sw_buffers[0]);
787 sw_buffers[0] = current->pixels;
788 sw_buffers[1] = (Uint8*)current->pixels + current->pitch * current->h;
    [all...]

Completed in 53 milliseconds