Home | History | Annotate | Download | only in video

Lines Matching defs:gmask

255 				vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
522 Uint32 Rmask, Gmask, Bmask;
527 Gmask = (SDL_VideoSurface->format)->Gmask;
530 Rmask = Gmask = Bmask = 0;
534 depth, Rmask, Gmask, Bmask, 0);
962 Uint32 gmask = 0x0000ff00;
993 gmask = 0x00FF0000;
1003 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);