Home | History | Annotate | Download | only in video

Lines Matching defs:Gmask

249 				vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
514 Uint32 Rmask, Gmask, Bmask;
519 Gmask = (SDL_VideoSurface->format)->Gmask;
522 Rmask = Gmask = Bmask = 0;
526 depth, Rmask, Gmask, Bmask, 0);
945 Uint32 gmask = 0x0000ff00;
981 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);