Home | History | Annotate | Download | only in video

Lines Matching defs:Bmask

249 				vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
514 Uint32 Rmask, Gmask, Bmask;
520 Bmask = (SDL_VideoSurface->format)->Bmask;
522 Rmask = Gmask = Bmask = 0;
526 depth, Rmask, Gmask, Bmask, 0);
946 Uint32 bmask = 0x000000ff;
960 (vf->Bmask == 0xf800 || vf->Bmask == 0x7c00)) {
962 bmask = 0xff0000;
970 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) {
972 bmask = 0xff0000;
981 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);