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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 344 int n = this->hidden->nvisuals;
350 this->hidden->nvisuals++;
351 return(this->hidden->nvisuals);
357 int n = this->hidden->nvisuals;
360 this->hidden->nvisuals++;
362 return(this->hidden->nvisuals);
374 int n = this->hidden->nvisuals;
377 this->hidden->nvisuals++;
381 return(this->hidden->nvisuals);
809 this->hidden->nvisuals = 0
    [all...]
SDL_x11video.h 109 int nvisuals; member in struct:SDL_PrivateVideoData
SDL_x11video.c 670 for(i = 0; i < this->hidden->nvisuals; i++)
674 if(i == this->hidden->nvisuals) {
953 for ( i = 0; i < this->hidden->nvisuals; i++ ) {
957 if ( i == this->hidden->nvisuals ) {
    [all...]
SDL_x11wm.c 67 for(i = 0; i < this->hidden->nvisuals; i++) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 277 int nvisuals; /* number of Visual types at this depth */ member in struct:__anon25488
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 277 int nvisuals; /* number of Visual types at this depth */ member in struct:__anon27078
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 277 int nvisuals; /* number of Visual types at this depth */ member in struct:__anon28593
    [all...]

Completed in 34 milliseconds