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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 228 if ( SDL_MUSTLOCK(dst) ) {
237 if ( SDL_MUSTLOCK(src) ) {
SDL_cursor.c 646 if ( SDL_MUSTLOCK(screen) ) {
655 if ( SDL_MUSTLOCK(screen) ) {
720 if ( SDL_MUSTLOCK(screen) ) {
729 if ( SDL_MUSTLOCK(screen) ) {
SDL_blit.c 55 if ( SDL_MUSTLOCK(dst) ) {
64 if ( SDL_MUSTLOCK(src) ) {
SDL_RLEaccel.c 849 if ( SDL_MUSTLOCK(dst) ) {
937 if ( SDL_MUSTLOCK(dst) ) {
    [all...]
SDL_surface.c 310 if ( SDL_MUSTLOCK(surface) ) {
324 if ( SDL_MUSTLOCK(surface) ) {
SDL_yuv_sw.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 159 if ( SDL_MUSTLOCK(icon_256) || (icon_256->pitch != icon_pitch) ) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 139 #define SDL_MUSTLOCK(surface) \
522 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 139 #define SDL_MUSTLOCK(surface) \
522 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 139 #define SDL_MUSTLOCK(surface) \
522 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 151 #define SDL_MUSTLOCK(surface) \
524 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 139 #define SDL_MUSTLOCK(surface) \
522 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]

Completed in 96 milliseconds