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

  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 88 if ( SDL_MUSTLOCK(fSurface) ) {
101 if ( SDL_MUSTLOCK(fSurface) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 259 if ( SDL_MUSTLOCK(dst) ) {
268 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 850 if ( SDL_MUSTLOCK(dst) ) {
938 if ( SDL_MUSTLOCK(dst) ) {
    [all...]
SDL_surface.c 310 if ( SDL_MUSTLOCK(surface) ) {
324 if ( SDL_MUSTLOCK(surface) ) {
SDL_yuv_sw.c     [all...]
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 88 if ( SDL_MUSTLOCK(fSurface) ) {
101 if ( SDL_MUSTLOCK(fSurface) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 159 if ( SDL_MUSTLOCK(icon_256) || (icon_256->pitch != icon_pitch) ) {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 161 #define SDL_MUSTLOCK(surface) \
569 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 161 #define SDL_MUSTLOCK(surface) \
569 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 161 #define SDL_MUSTLOCK(surface) \
569 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 161 #define SDL_MUSTLOCK(surface) \
569 * Not all surfaces require locking. If SDL_MUSTLOCK(surface) evaluates
    [all...]

Completed in 546 milliseconds