Lines Matching refs:COM_CheckParm
518 if (!texture_ext || COM_CheckParm ("-gl11") )
580 if (strstr(gl_extensions, "GL_SGIS_multitexture ") && !COM_CheckParm("-nomtex")) {
1331 if (COM_CheckParm("-width"))
1332 modelist[0].width = Q_atoi(com_argv[COM_CheckParm("-width")+1]);
1339 if (COM_CheckParm("-height"))
1340 modelist[0].height= Q_atoi(com_argv[COM_CheckParm("-height")+1]);
1406 if (!COM_CheckParm("-noadjustaspect"))
1521 COM_CheckParm("-no8bit"))
1545 if ((i = COM_CheckParm("-gamma")) == 0) {
1610 if (COM_CheckParm("-window"))
1632 if (COM_CheckParm("-mode"))
1634 vid_default = Q_atoi(com_argv[COM_CheckParm("-mode")+1]);
1638 if (COM_CheckParm("-current"))
1649 if (COM_CheckParm("-width"))
1651 width = Q_atoi(com_argv[COM_CheckParm("-width")+1]);
1658 if (COM_CheckParm("-bpp"))
1660 bpp = Q_atoi(com_argv[COM_CheckParm("-bpp")+1]);
1669 if (COM_CheckParm("-height"))
1670 height = Q_atoi(com_argv[COM_CheckParm("-height")+1]);
1673 if (COM_CheckParm("-force") && (nummodes < MAX_MODE_LIST))
1708 if (COM_CheckParm("-height"))
1710 height = Q_atoi(com_argv[COM_CheckParm("-height")+1]);
1774 if ((i = COM_CheckParm("-conwidth")) != 0)
1787 if ((i = COM_CheckParm("-conheight")) != 0)
1829 if (COM_CheckParm("-fullsbar"))