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

/external/chromium_org/third_party/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp88 if ( SDL_MUSTLOCK(fSurface) ) {
101 if ( SDL_MUSTLOCK(fSurface) ) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch.c259 if ( SDL_MUSTLOCK(dst) ) {
268 if ( SDL_MUSTLOCK(src) ) {
H A DSDL_cursor.c646 if ( SDL_MUSTLOCK(screen) ) {
655 if ( SDL_MUSTLOCK(screen) ) {
720 if ( SDL_MUSTLOCK(screen) ) {
729 if ( SDL_MUSTLOCK(screen) ) {
H A DSDL_blit.c55 if ( SDL_MUSTLOCK(dst) ) {
64 if ( SDL_MUSTLOCK(src) ) {
H A DSDL_RLEaccel.c850 if ( SDL_MUSTLOCK(dst) ) {
938 if ( SDL_MUSTLOCK(dst) ) {
1116 if ( SDL_MUSTLOCK(dst) ) {
1255 if ( SDL_MUSTLOCK(dst) ) {
1786 if ( SDL_MUSTLOCK(surface) ) {
1804 if ( SDL_MUSTLOCK(surface) ) {
H A DSDL_surface.c310 if ( SDL_MUSTLOCK(surface) ) {
324 if ( SDL_MUSTLOCK(surface) ) {
H A DSDL_yuv_sw.c1243 if ( SDL_MUSTLOCK(display) ) {
1266 if ( SDL_MUSTLOCK(display) ) {
/external/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp88 if ( SDL_MUSTLOCK(fSurface) ) {
101 if ( SDL_MUSTLOCK(fSurface) ) {
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c159 if ( SDL_MUSTLOCK(icon_256) || (icon_256->pitch != icon_pitch) ) {
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h161 #define SDL_MUSTLOCK(surface) \ macro
569 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates

Completed in 2361 milliseconds