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

1 2 3 4 56

  /external/qemu/android/skin/
trackball.c 164 SDL_Surface* surface;
550 trackball_draw( TrackBall ball, int x, int y, SDL_Surface* dst )
598 skin_trackball_draw( SkinTrackBall* ball, int x, int y, SDL_Surface* dst )
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 75 SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
330 SDL_Surface *screen;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes.c 242 int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode)
SDL_phyuv.c 71 SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display)
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 412 void QZ_SetIcon (_THIS, SDL_Surface *icon, Uint8 *mask)
416 SDL_Surface *mergedSurface;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 122 SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 44 void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
46 SDL_Surface *sicon;
SDL_x11yuv.c 160 SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw.c 102 SDL_Surface *stretch;
103 SDL_Surface *display;
926 SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
    [all...]
SDL_blit_0.c 443 SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int blit_index)
SDL_blit_1.c 494 SDL_loblit SDL_CalculateBlit1(SDL_Surface *surface, int blit_index)
SDL_blit_A.c     [all...]
SDL_blit_N.c     [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 387 SDL_Surface *surface = SDL_SetVideoMode(WINDOW_WIDTH,WINDOW_HEIGHT, 32, SDL_HWSURFACE);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 169 SDL_Surface *surface = SDL_SetVideoMode(WINDOW_WIDTH,WINDOW_HEIGHT, 32, SDL_HWSURFACE);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 934 SDL_Surface *screen = SDL_VideoSurface;
952 SDL_Surface *screen = SDL_VideoSurface;
  /external/qemu/android/
main-common.c 274 SDL_Surface* icon = sdl_surface_from_argb32( icon_pixels, icon_w, icon_h );
    [all...]

Completed in 698 milliseconds

1 2 3 4 56