OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ndsmode
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c
294
this->hidden->
ndsmode
=4;
299
if(width<256) this->hidden->
ndsmode
=5;
300
else this->hidden->
ndsmode
=3;
305
//NDS_DISPCNT = NDS_DISP_MODE(this->hidden->
ndsmode
)|NDS_DISP_BG2;
307
//fprintf(stderr,"Setting mode %dx%d (
ndsmode
%d)\n", width, height,this->hidden->
ndsmode
);
311
SDL_memset(this->hidden->buffer, 0, 1024 * 512* ((this->hidden->
ndsmode
==4 || this->hidden->
ndsmode
==5) ? 2 : 1 ) * ((bpp+7) / 8));
321
current->flags = flags | SDL_FULLSCREEN | SDL_HWSURFACE | (this->hidden->
ndsmode
> 0 ? SDL_DOUBLEBUF : 0);
346
//if(this->hidden->
ndsmode
==3
[
all
...]
SDL_ndsvideo.h
39
short
ndsmode
;
member in struct:SDL_PrivateVideoData
Completed in 132 milliseconds