Home | History | Annotate | Download | only in nanox

Lines Matching refs:SDL_Visual

210     SDL_Visual.bpp = si.bpp ;
230 SDL_Visual.red_mask = si.rmask;
231 SDL_Visual.green_mask = si.gmask;
232 SDL_Visual.blue_mask = si.bmask;
234 vformat -> BitsPerPixel = SDL_Visual.bpp ;
236 vformat -> Rmask = SDL_Visual.red_mask ;
237 vformat -> Gmask = SDL_Visual.green_mask ;
238 vformat -> Bmask = SDL_Visual.blue_mask ;
317 if ( ! SDL_ReallocFormat (screen, bpp, SDL_Visual.red_mask,
318 SDL_Visual.green_mask, SDL_Visual.blue_mask, 0))
371 bpp = SDL_Visual.bpp ;
492 if (SDL_Visual.bpp != 32 && SDL_Visual.bpp != 24) return -1 ;
527 if (SDL_Visual.bpp != 32 && SDL_Visual.bpp != 24) return -1 ;