Lines Matching refs:shell
1033 void PVRShellCommandLine::Apply(PVRShell &shell) in Apply() argument
1050 shell.PVRShellSet(prefWidth, atoi(val)); in Apply()
1054 shell.PVRShellSet(prefHeight, atoi(val)); in Apply()
1058 shell.PVRShellSet(prefAASamples, atoi(val)); in Apply()
1062 shell.PVRShellSet(prefFullScreen, (atoi(val) != 0)); in Apply()
1066 shell.PVRShellSet(prefSoftwareRendering, (atoi(val) != 0)); in Apply()
1070 shell.PVRShellSet(prefQuitAfterFrame, atoi(val)); in Apply()
1074 shell.PVRShellSet(prefQuitAfterTime, (float)atof(val)); in Apply()
1078 shell.PVRShellSet(prefPositionX, atoi(val)); in Apply()
1082 shell.PVRShellSet(prefPositionY, atoi(val)); in Apply()
1086 shell.PVRShellSet(prefSwapInterval, atoi(val)); in Apply()
1090 shell.PVRShellSet(prefPowerSaving, (atoi(val) != 0)); in Apply()
1094 shell.PVRShellSet(prefColorBPP, atoi(val)); in Apply()
1098 shell.PVRShellSet(prefDepthBPP, atoi(val)); in Apply()
1102 shell.PVRShellSet(prefRotateKeys, atoi(val)); in Apply()
1108 shell.PVRShellSet(prefCaptureFrameStart, atoi(val)); in Apply()
1111 shell.PVRShellSet(prefCaptureFrameStop, atoi(val)); in Apply()
1113 shell.PVRShellSet(prefCaptureFrameStop, atoi(pDash + 1)); in Apply()
1117 shell.PVRShellSet(prefCaptureFrameScale, atoi(val)); in Apply()
1121 shell.PVRShellSet(prefPriority, atoi(val)); in Apply()
1125 shell.PVRShellSet(prefRequestedConfig, atoi(val)); in Apply()
1129 shell.PVRShellSet(prefNativeDisplay, atoi(val)); in Apply()
1133 shell.PVRShellSet(prefForceFrameTime, true); in Apply()
1134 shell.PVRShellSet(prefFrameTimeValue, atoi(val)); in Apply()
1138 shell.PVRShellSet(prefDiscardColor, (atoi(val) != 0)); in Apply()
1139 shell.PVRShellSet(prefDiscardDepth, (atoi(val) != 0)); in Apply()
1140 shell.PVRShellSet(prefDiscardStencil, (atoi(val) != 0)); in Apply()
1144 shell.PVRShellSet(prefDiscardColor, (atoi(val) != 0)); in Apply()
1148 shell.PVRShellSet(prefDiscardDepth, (atoi(val) != 0)); in Apply()
1152 shell.PVRShellSet(prefDiscardStencil, (atoi(val) != 0)); in Apply()
1159 shell.PVRShellOutputDebug("Version: \"%s\"\n", shell.PVRShellGet(prefVersion)); in Apply()
1164 shell.PVRShellSet(prefOutputFPS, true); in Apply()
1169 shell.PVRShellSet(prefOutputInfo, true); in Apply()
1173 shell.PVRShellSet(prefForceFrameTime, true); in Apply()