HomeSort by relevance Sort by last modified time
    Searched refs:SDL_UnlockSurface (Results 1 - 18 of 18) sorted by null

  /external/qemu/android/skin/
scaler.c 131 SDL_UnlockSurface( dst_surface );
132 SDL_UnlockSurface( src_surface );
surface.c 248 SDL_UnlockSurface( s->surface );
405 SDL_UnlockSurface(dst->surface);
420 SDL_UnlockSurface( blit->src_lock );
422 SDL_UnlockSurface( blit->dst_lock );
image.c 510 SDL_UnlockSurface(parent->surface);
696 SDL_UnlockSurface( clone->surface );
trackball.c 545 SDL_UnlockSurface( ball->surface );
window.c 482 SDL_UnlockSurface( surface );
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 240 SDL_UnlockSurface(dst);
327 SDL_UnlockSurface(dst);
330 SDL_UnlockSurface(src);
SDL_blit.c 102 SDL_UnlockSurface(dst);
105 SDL_UnlockSurface(src);
SDL_surface.c 325 SDL_UnlockSurface(surface);
727 SDL_UnlockSurface(dst);
764 void SDL_UnlockSurface (SDL_Surface *surface)
915 SDL_UnlockSurface(surface);
SDL_cursor.c 656 SDL_UnlockSurface(screen);
730 SDL_UnlockSurface(screen);
SDL_bmp.c 510 SDL_UnlockSurface(surface);
SDL_RLEaccel.c 938 SDL_UnlockSurface(dst);
    [all...]
SDL_yuv_sw.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 158 SDL_UnlockSurface
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 500 * the SDL_LockSurface() and SDL_UnlockSurface() calls.
517 * Between calls to SDL_LockSurface()/SDL_UnlockSurface(), you can write
520 * use SDL_UnlockSurface() to release it.
534 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
684 SDL_UnlockSurface(image);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 500 * the SDL_LockSurface() and SDL_UnlockSurface() calls.
517 * Between calls to SDL_LockSurface()/SDL_UnlockSurface(), you can write
520 * use SDL_UnlockSurface() to release it.
534 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
684 SDL_UnlockSurface(image);
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 500 * the SDL_LockSurface() and SDL_UnlockSurface() calls.
517 * Between calls to SDL_LockSurface()/SDL_UnlockSurface(), you can write
520 * use SDL_UnlockSurface() to release it.
534 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
684 SDL_UnlockSurface(image);
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 502 * the SDL_LockSurface() and SDL_UnlockSurface() calls.
519 * Between calls to SDL_LockSurface()/SDL_UnlockSurface(), you can write
522 * use SDL_UnlockSurface() to release it.
536 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
686 SDL_UnlockSurface(image);
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 500 * the SDL_LockSurface() and SDL_UnlockSurface() calls.
517 * Between calls to SDL_LockSurface()/SDL_UnlockSurface(), you can write
520 * use SDL_UnlockSurface() to release it.
534 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
684 SDL_UnlockSurface(image);
    [all...]

Completed in 659 milliseconds