Searched defs:resolutions (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
H A Dxme.c307 XiGMiscResolutionInfo *resolutions; local
328 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);
329 if (!resolutions) {
336 _XReadPad(dpy, (void*)resolutions, size);
338 *presolutions = resolutions;
/external/quake/quake/src/QW/client/
H A Dgl_vidlinux.c475 static resolutions[NUM_RESOLUTIONS][3]={ variable
486 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
487 *width = resolutions[i][0];
488 *height = resolutions[i][1];
489 return resolutions[i][2];
H A Dgl_vidlinux_svga.c513 static resolutions[NUM_RESOLUTIONS][3]={ variable
524 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
525 *width = resolutions[i][0];
526 *height = resolutions[i][1];
527 return resolutions[i][2];
/external/quake/quake/src/WinQuake/
H A Dgl_vidlinux.cpp484 static int resolutions[NUM_RESOLUTIONS][3]={ variable
508 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
509 *width = resolutions[i][0];
510 *height = resolutions[i][1];
511 return resolutions[i][2];

Completed in 87 milliseconds