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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11dga.c 64 if ( use_dgamouse && !(using_dga & DGA_MOUSE) ) {
66 using_dga |= DGA_MOUSE;
76 if ( using_dga & DGA_MOUSE ) {
85 if ( using_dga & DGA_MOUSE ) {
87 using_dga &= ~DGA_MOUSE;
SDL_x11video.h 72 int using_dga; member in struct:SDL_PrivateVideoData
177 #define using_dga (this->hidden->using_dga) macro
SDL_x11mouse.c 172 if ( using_dga & DGA_MOUSE ) {
253 if ( ! (using_dga & DGA_MOUSE) ) {
271 if ( using_dga & DGA_MOUSE ) {
SDL_x11events.c 522 if ( using_dga & DGA_MOUSE ) {
    [all...]

Completed in 41 milliseconds