Searched refs:use_mitshm (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11image.c48 if ((use_mitshm) && (!SDL_X11_HAVE_SHM))
49 use_mitshm = 0;
51 if(!use_mitshm)
74 use_mitshm = 0;
75 if ( use_mitshm )
88 if(use_mitshm) {
102 if(!use_mitshm)
135 if ( use_mitshm ) {
H A DSDL_x11video.h76 int use_mitshm; member in struct:SDL_PrivateVideoData
178 #define use_mitshm (this->hidden->use_mitshm) macro
H A DSDL_x11video.c648 use_mitshm = 0;
650 use_mitshm = XShmQueryExtension(SDL_Display);

Completed in 81 milliseconds