HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Surface (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 24 SDL_Surface *LoadIconSurface(char *file, Uint8 **maskp)
26 SDL_Surface *icon;
225 SDL_Surface *screen;
226 SDL_Surface *icon;
testgl.c 28 static SDL_Surface *global_image = NULL;
36 SDL_Surface *screen;
120 SDL_Surface *screen = SDL_GetVideoSurface();
171 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord)
175 SDL_Surface *image;
253 SDL_Surface *image;
309 SDL_Surface *screen = SDL_GetVideoSurface();
312 SDL_Surface *image;
383 SDL_Surface *screen = SDL_GetVideoSurface();
386 SDL_Surface *temp
    [all...]
testwm.c 25 SDL_Surface *screen;
63 SDL_Surface *LoadIconSurface(char *file, Uint8 **maskp)
65 SDL_Surface *icon;
124 SDL_Surface *screen;
337 SDL_Surface *icon;
testgamma.c 75 SDL_Surface *screen;
76 SDL_Surface *image;
testsprite.c 15 SDL_Surface *sprite;
33 SDL_Surface *temp;
62 void MoveSprites(SDL_Surface *screen, Uint32 background)
153 SDL_Surface *screen;
testvidinfo.c 46 int RunBlitTests(SDL_Surface *screen, SDL_Surface *bmp, int blitcount)
77 int RunModeTests(SDL_Surface *screen)
84 SDL_Surface *bmp, *bmpcc, *tmp;
351 SDL_Surface *screen;
testoverlay.c 17 SDL_Surface *screen, *pic;
81 void ConvertRGBtoYV12(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
121 void ConvertRGBtoIYUV(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
161 void ConvertRGBtoUYVY(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
194 void ConvertRGBtoYVYU(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
230 void ConvertRGBtoYUY2(SDL_Surface *s, SDL_Overlay *o, int monochrome, int luminance)
493 SDL_Surface *newsurf;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 44 static SDL_Surface * NX_SetVideoMode (_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags) ;
47 static void NX_DestroyWindow (_THIS, SDL_Surface * screen) ;
275 static void NX_DestroyWindow (_THIS, SDL_Surface * screen)
300 static int NX_CreateWindow (_THIS, SDL_Surface * screen,
363 SDL_Surface * NX_SetVideoMode (_THIS, SDL_Surface * current,
SDL_nximage.c 121 int NX_SetupImage (_THIS, SDL_Surface * screen)
147 void NX_DestroyImage (_THIS, SDL_Surface * screen)
158 int NX_ResizeImage (_THIS, SDL_Surface * screen, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 76 static SDL_Surface *XBIOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
81 static int XBIOS_AllocHWSurface(_THIS, SDL_Surface *surface);
82 static int XBIOS_LockHWSurface(_THIS, SDL_Surface *surface);
83 static int XBIOS_FlipHWSurface(_THIS, SDL_Surface *surface);
84 static void XBIOS_UnlockHWSurface(_THIS, SDL_Surface *surface);
85 static void XBIOS_FreeHWSurface(_THIS, SDL_Surface *surface);
651 static SDL_Surface *XBIOS_SetVideoMode(_THIS, SDL_Surface *current,
850 static int XBIOS_AllocHWSurface(_THIS, SDL_Surface *surface
    [all...]
  /external/qemu/android/skin/
surface.c 28 SDL_Surface* surface;
86 static SDL_Surface*
110 static SDL_Surface*
136 _skin_surface_create( SDL_Surface* surface,
159 SDL_Surface* surface;
177 SDL_Surface* surface;
197 SDL_Surface* surface;
277 SDL_Surface* dst_lock;
281 SDL_Surface* src_lock;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.h 56 SDL_Surface *dst;
71 extern int SDL_CalculateBlit(SDL_Surface *surface);
74 extern SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int complex);
75 extern SDL_loblit SDL_CalculateBlit1(SDL_Surface *surface, int complex);
76 extern SDL_loblit SDL_CalculateBlitN(SDL_Surface *surface, int complex);
77 extern SDL_loblit SDL_CalculateAlphaBlit(SDL_Surface *surface, int complex);
SDL_video.c 299 SDL_Surface *SDL_GetVideoSurface(void)
301 SDL_Surface *visible;
501 /* This should probably go somewhere else -- like SDL_surface.c */
502 static void SDL_ClearSurface(SDL_Surface *surface)
583 SDL_Surface * SDL_SetVideoMode (int width, int height, int bpp, Uint32 flags)
586 SDL_Surface *prev_mode, *mode;
661 SDL_Surface *ready_to_go;
927 SDL_Surface * SDL_DisplayFormat (SDL_Surface *surface)
953 SDL_Surface *SDL_DisplayFormatAlpha(SDL_Surface *surface
    [all...]
SDL_cursor.c 371 static void SDL_DrawCursorFast(SDL_Surface *screen, SDL_Rect *area)
497 static void SDL_DrawCursorSlow(SDL_Surface *screen, SDL_Rect *area)
566 static void SDL_ConvertCursorSave(SDL_Surface *screen, int w, int h)
595 void SDL_DrawCursorNoLock(SDL_Surface *screen)
640 void SDL_DrawCursor(SDL_Surface *screen)
673 void SDL_EraseCursorNoLock(SDL_Surface *screen)
714 void SDL_EraseCursor(SDL_Surface *screen)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c 47 SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
63 unsigned int WIMP_SetupWindow(_THIS, SDL_Surface *surface);
82 SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current,
247 unsigned int WIMP_SetupWindow(_THIS, SDL_Surface *surface)
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 106 static SDL_Surface* QZ_SetVideoMode (_THIS, SDL_Surface *current,
114 static int QZ_LockDoubleBuffer (_THIS, SDL_Surface *surface);
115 static void QZ_UnlockDoubleBuffer (_THIS, SDL_Surface *surface);
117 static int QZ_FlipDoubleBuffer (_THIS, SDL_Surface *surface);
125 static int QZ_LockHWSurface(_THIS, SDL_Surface *surface);
126 static void QZ_UnlockHWSurface(_THIS, SDL_Surface *surface);
127 static int QZ_AllocHWSurface(_THIS, SDL_Surface *surface);
128 static void QZ_FreeHWSurface (_THIS, SDL_Surface *surface);
687 static SDL_Surface* QZ_SetVideoFullScreen (_THIS, SDL_Surface *current, int width
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c 20 static SDL_Surface *gScreen;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c 20 static SDL_Surface *gScreen;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c 20 static SDL_Surface *gScreen;
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 50 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
334 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp,
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 59 SDL_Surface *display;
60 SDL_Surface *stretch;
82 SDL_Overlay *PS3_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
225 SDL_Surface *display;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 141 static SDL_Surface *FB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
143 static SDL_Surface *FB_SetVGA16Mode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
149 static int FB_InitHWSurfaces(_THIS, SDL_Surface *screen, char *base, int size);
151 static int FB_AllocHWSurface(_THIS, SDL_Surface *surface);
152 static int FB_LockHWSurface(_THIS, SDL_Surface *surface);
153 static void FB_UnlockHWSurface(_THIS, SDL_Surface *surface);
154 static void FB_FreeHWSurface(_THIS, SDL_Surface *surface);
157 static int FB_FlipHWSurface(_THIS, SDL_Surface *surface)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 424 static SDL_Surface *DX5_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
432 static int DX5_AllocHWSurface(_THIS, SDL_Surface *surface);
433 static int DX5_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst);
434 static int DX5_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
435 static int DX5_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key);
436 static int DX5_SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 alpha);
437 static int DX5_LockHWSurface(_THIS, SDL_Surface *surface);
438 static void DX5_UnlockHWSurface(_THIS, SDL_Surface *surface)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 124 static SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
131 static int EPOC_AllocHWSurface(_THIS, SDL_Surface *surface);
132 static int EPOC_LockHWSurface(_THIS, SDL_Surface *surface);
133 static int EPOC_FlipHWSurface(_THIS, SDL_Surface *surface);
134 static void EPOC_UnlockHWSurface(_THIS, SDL_Surface *surface);
135 static void EPOC_FreeHWSurface(_THIS, SDL_Surface *surface);
515 SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current,
701 static int EPOC_AllocHWSurface(_THIS, SDL_Surface* /*surface*/
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 93 static SDL_Surface *GAPI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
98 static int GAPI_AllocHWSurface(_THIS, SDL_Surface *surface);
99 static int GAPI_LockHWSurface(_THIS, SDL_Surface *surface);
100 static void GAPI_UnlockHWSurface(_THIS, SDL_Surface *surface);
101 static void GAPI_FreeHWSurface(_THIS, SDL_Surface *surface);
618 SDL_Surface *GAPI_SetVideoMode(_THIS, SDL_Surface *current,
621 SDL_Surface *video;
839 static int GAPI_AllocHWSurface(_THIS, SDL_Surface *surface
    [all...]

Completed in 1752 milliseconds

1 2 34 5 6