HomeSort by relevance Sort by last modified time
    Searched full:use_mitshm (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 48 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 ) {
SDL_x11video.h 76 int use_mitshm; member in struct:SDL_PrivateVideoData
178 #define use_mitshm (this->hidden->use_mitshm) macro
SDL_x11video.c 648 use_mitshm = 0;
650 use_mitshm = XShmQueryExtension(SDL_Display);
    [all...]

Completed in 1570 milliseconds