Home | History | Annotate | Download | only in video

Lines Matching defs:vformat

156 	SDL_PixelFormat vformat;
245 SDL_memset(&vformat, 0, sizeof(vformat));
246 if ( video->VideoInit(video, &vformat) < 0 ) {
254 vformat.BitsPerPixel,
255 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);