Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/views/sdl/
DSkOSWindow_SDL.cpp88 if ( SDL_MUSTLOCK(fSurface) ) { in doDraw()
101 if ( SDL_MUSTLOCK(fSurface) ) { in doDraw()
/external/skia/src/views/sdl/
DSkOSWindow_SDL.cpp88 if ( SDL_MUSTLOCK(fSurface) ) { in doDraw()
101 if ( SDL_MUSTLOCK(fSurface) ) { in doDraw()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_stretch.c259 if ( SDL_MUSTLOCK(dst) ) { in SDL_SoftStretch()
268 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.c850 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEBlit()
938 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEBlit()
1116 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEAlphaBlit()
1255 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEAlphaBlit()
1786 if ( SDL_MUSTLOCK(surface) ) { in SDL_RLESurface()
1804 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.15/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.15/include/
DSDL_video.h161 #define SDL_MUSTLOCK(surface) \ macro