Lines Matching refs:video
41 SDL_VideoDevice *video = current_video;
53 /* Check to see if we desire the surface in video memory */
54 if ( video ) {
85 if ((Amask) && (video->displayformatalphapixel))
87 depth = video->displayformatalphapixel->BitsPerPixel;
88 Rmask = video->displayformatalphapixel->Rmask;
89 Gmask = video->displayformatalphapixel->Gmask;
90 Bmask = video->displayformatalphapixel->Bmask;
91 Amask = video->displayformatalphapixel->Amask;
124 (video->AllocHWSurface(this, surface) < 0) ) {
200 SDL_VideoDevice *video = current_video;
207 if ( (video->SetHWColorKey == NULL) ||
208 (video->SetHWColorKey(this, surface, key) < 0) ) {
251 SDL_VideoDevice *video = current_video;
257 if ( (video->SetHWAlpha == NULL) ||
258 (video->SetHWAlpha(this, surface, value) < 0) ) {
555 SDL_VideoDevice *video = current_video;
588 video->info.blit_fill ) {
596 return(video->FillHWRect(this, dst, dstrect, color));
625 * efficient to uncached video memory
741 SDL_VideoDevice *video = current_video;
743 if ( video->LockHWSurface(this, surface) < 0 ) {
776 SDL_VideoDevice *video = current_video;
778 video->UnlockHWSurface(this, surface);
929 SDL_VideoDevice *video = current_video;
931 video->FreeHWSurface(this, surface);