Lines Matching refs:atoi

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()
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()
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()