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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 34 static int shm_error; variable
39 shm_error = True;
59 shm_error = False;
64 if ( shm_error )
67 shm_error = True;
71 shm_error = True;
73 if ( shm_error )
SDL_x11yuv.c 76 static int shm_error; variable
80 shm_error = True;
347 shm_error = False;
352 if ( shm_error )
355 shm_error = True;
359 shm_error = True;
361 if ( shm_error ) {

Completed in 262 milliseconds