Searched refs:using_dga (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11dga.c64 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;
H A DSDL_x11video.h72 int using_dga; member in struct:SDL_PrivateVideoData
177 #define using_dga (this->hidden->using_dga) macro
H A DSDL_x11mouse.c172 if ( using_dga & DGA_MOUSE ) {
253 if ( ! (using_dga & DGA_MOUSE) ) {
271 if ( using_dga & DGA_MOUSE ) {
H A DSDL_x11events.c522 if ( using_dga & DGA_MOUSE ) {

Completed in 115 milliseconds