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.12/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 72 static int shm_error; variable
76 shm_error = True;
271 shm_error = False;
276 if ( shm_error )
279 shm_error = True;
283 shm_error = True;
285 if ( shm_error ) {

Completed in 94 milliseconds