OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:double_buffering
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h
106
unsigned int
double_buffering
;
member in struct:SDL_PrivateVideoData
146
#define
double_buffering
(this->hidden->
double_buffering
)
macro
SDL_ps3video.c
235
double_buffering
= 0;
237
double_buffering
= 1;
389
if (
double_buffering
)
612
if (
double_buffering
&& this->screen->pixels) {
/bootable/recovery/minui/
graphics.c
61
static unsigned
double_buffering
= 0;
variable
154
double_buffering
= 1;
178
if (n > 1 || !
double_buffering
) return;
192
if (
double_buffering
)
Completed in 256 milliseconds