Lines Matching full:atoi
1050 shell.PVRShellSet(prefWidth, atoi(val));
1054 shell.PVRShellSet(prefHeight, atoi(val));
1058 shell.PVRShellSet(prefAASamples, atoi(val));
1062 shell.PVRShellSet(prefFullScreen, (atoi(val) != 0));
1066 shell.PVRShellSet(prefSoftwareRendering, (atoi(val) != 0));
1070 shell.PVRShellSet(prefQuitAfterFrame, atoi(val));
1078 shell.PVRShellSet(prefPositionX, atoi(val));
1082 shell.PVRShellSet(prefPositionY, atoi(val));
1086 shell.PVRShellSet(prefSwapInterval, atoi(val));
1090 shell.PVRShellSet(prefPowerSaving, (atoi(val) != 0));
1094 shell.PVRShellSet(prefColorBPP, atoi(val));
1098 atoi(val));
1102 shell.PVRShellSet(prefRotateKeys, atoi(val));
1108 shell.PVRShellSet(prefCaptureFrameStart, atoi(val));
1111 shell.PVRShellSet(prefCaptureFrameStop, atoi(val));
1113 shell.PVRShellSet(prefCaptureFrameStop, atoi(pDash + 1));
1117 shell.PVRShellSet(prefCaptureFrameScale, atoi(val));
1121 shell.PVRShellSet(prefPriority, atoi(val));
1125 shell.PVRShellSet(prefRequestedConfig, atoi(val));
1129 shell.PVRShellSet(prefNativeDisplay, atoi(val));
1134 shell.PVRShellSet(prefFrameTimeValue, atoi(val));
1138 shell.PVRShellSet(prefDiscardColor, (atoi(val) != 0));
1139 shell.PVRShellSet(prefDiscardDepth, (atoi(val) != 0));
1140 shell.PVRShellSet(prefDiscardStencil, (atoi(val) != 0));
1144 shell.PVRShellSet(prefDiscardColor, (atoi(val) != 0));
1148 shell.PVRShellSet(prefDiscardDepth, (atoi(val) != 0));
1152 shell.PVRShellSet(prefDiscardStencil, (atoi(val) != 0));