OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_buffers
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h
110
Uint8*
sw_buffers
[2]; /* pointers to the two software buffers for double-buffer emulation */
member in struct:SDL_PrivateVideoData
158
#define
sw_buffers
(this->hidden->
sw_buffers
)
macro
SDL_QuartzVideo.m
373
SDL_free (
sw_buffers
[0]);
509
sw_buffers
[0] = current->pixels;
510
sw_buffers
[1] = (Uint8*)current->pixels + current->pitch * current->h;
[
all
...]
Completed in 90 milliseconds