HomeSort by relevance Sort by last modified time
    Searched full:maxwarpheight (Results 1 - 25 of 28) sorted by null

1 2

  /external/quake/quake/src/QW/client/
vid_null.c 29 vid.maxwarpheight = vid.height = vid.conheight = BASEHEIGHT;
vid.h 51 int maxwarpheight; member in struct:__anon11637
r_misc.c 519 (vid.height <= vid.maxwarpheight))
539 if (h > vid.maxwarpheight)
541 h = vid.maxwarpheight;
542 w *= (float)vid.maxwarpheight / h;
gl_vidandroid.c 230 vid.maxwarpheight = height;
gl_vidlinux.c 572 vid.maxwarpheight = WARP_HEIGHT;
gl_vidlinux_svga.c 610 vid.maxwarpheight = WARP_HEIGHT;
gl_vidlinux_x11.c 663 vid.maxwarpheight = WARP_HEIGHT;
gl_vidlinuxglx.c 613 vid.maxwarpheight = WARP_HEIGHT;
vid_svgalib.c 512 vid.maxwarpheight = WARP_HEIGHT;
vid_win.c     [all...]
vid_x.c 377 vid.maxwarpheight = WARP_HEIGHT;
  /external/quake/quake/src/WinQuake/
vid.h 51 int maxwarpheight; member in struct:__anon12084
vid_null.cpp 48 vid.maxwarpheight = vid.height = vid.conheight = BASEHEIGHT;
r_misc.cpp 446 (vid.height <= vid.maxwarpheight))
466 if (h > vid.maxwarpheight)
468 h = vid.maxwarpheight;
469 w *= (float)vid.maxwarpheight / h;
vid_vga.cpp 380 lvid->maxwarpheight = WARP_HEIGHT;
vid_sunxil.cpp 671 vid.maxwarpheight = WARP_HEIGHT;
1109 vid.maxwarpheight = WARP_HEIGHT;
gl_vidandroid.cpp 313 vid.maxwarpheight = height;
gl_vidlinux.cpp 623 vid.maxwarpheight = WARP_HEIGHT;
gl_vidlinuxglx.cpp 750 vid.maxwarpheight = WARP_HEIGHT;
vid_ext.cpp 701 lvid->maxwarpheight = WARP_HEIGHT;
vid_svgalib.cpp 511 vid.maxwarpheight = WARP_HEIGHT;
vid_win.cpp 1355 vid.maxwarpheight = WARP_HEIGHT;
    [all...]
vid_sunx.cpp 797 vid.maxwarpheight = WARP_HEIGHT;
  /gdk/samples/quake/jni/
vid.h 51 int maxwarpheight; member in struct:__anon17642
gl_vidandroid.cpp 313 vid.maxwarpheight = height;

Completed in 471 milliseconds

1 2