Home
last modified time | relevance | path

Searched refs:SDL_MUSTLOCK (Results 1 – 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_stretch.c228 if ( SDL_MUSTLOCK(dst) ) { in SDL_SoftStretch()
237 if ( SDL_MUSTLOCK(src) ) { in SDL_SoftStretch()
DSDL_cursor.c646 if ( SDL_MUSTLOCK(screen) ) { in SDL_DrawCursor()
655 if ( SDL_MUSTLOCK(screen) ) { in SDL_DrawCursor()
720 if ( SDL_MUSTLOCK(screen) ) { in SDL_EraseCursor()
729 if ( SDL_MUSTLOCK(screen) ) { in SDL_EraseCursor()
DSDL_blit.c55 if ( SDL_MUSTLOCK(dst) ) { in SDL_SoftBlit()
64 if ( SDL_MUSTLOCK(src) ) { in SDL_SoftBlit()
DSDL_RLEaccel.c849 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEBlit()
937 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEBlit()
1115 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEAlphaBlit()
1254 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEAlphaBlit()
1788 if ( SDL_MUSTLOCK(surface) ) { in SDL_RLESurface()
1806 if ( SDL_MUSTLOCK(surface) ) { in SDL_RLESurface()
DSDL_surface.c310 if ( SDL_MUSTLOCK(surface) ) { in SDL_SetAlphaChannel()
324 if ( SDL_MUSTLOCK(surface) ) { in SDL_SetAlphaChannel()
DSDL_yuv_sw.c1243 if ( SDL_MUSTLOCK(display) ) { in SDL_DisplayYUV_SW()
1266 if ( SDL_MUSTLOCK(display) ) { in SDL_DisplayYUV_SW()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_syswm.c159 if ( SDL_MUSTLOCK(icon_256) || (icon_256->pitch != icon_pitch) ) { in WIN_SetWMIcon()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h139 #define SDL_MUSTLOCK(surface) \ macro