Searched refs:level (Results 1 – 12 of 12) sorted by relevance
| /RvlSDK-3.1.4/include/revolution/gx/ |
| D | GXVerify.h | 69 extern void GXSetVerifyLevel( GXWarningLevel level ); 71 #define GXSetVerifyLevel(level) ((void)0) argument 77 typedef void (*GXVerifyCallback)(GXWarningLevel level,
|
| /RvlSDK-3.1.4/build/libraries/tc/src/ |
| D | TCMipmap.cpp | 135 u32 size, level, numLOD; in TCWriteTplImageMipMaps() local 201 for( level = imTmp.minLOD; level < (imTmp.minLOD + numLOD); level++ ) in TCWriteTplImageMipMaps() 205 colorLayer->width = ( thisImage->lyColor.width >> level ); in TCWriteTplImageMipMaps() 206 colorLayer->height = ( thisImage->lyColor.height >> level ); in TCWriteTplImageMipMaps() 210 alphaLayer->width = ( thisImage->lyAlpha.width >> level ); in TCWriteTplImageMipMaps() 211 alphaLayer->height = ( thisImage->lyAlpha.height >> level ); in TCWriteTplImageMipMaps() 382 u32 level; in TCComputeTplMipMapImageBufferSize() local 391 for( level = thisImage->minLOD; level< ( thisImage->maxLOD + 1 ) ; level++ ) in TCComputeTplMipMapImageBufferSize() 393 (thisImage->lyColor).width = ( saveWidth >> level ); in TCComputeTplMipMapImageBufferSize() 394 (thisImage->lyColor).height = ( saveHeight >> level ); in TCComputeTplMipMapImageBufferSize()
|
| /RvlSDK-3.1.4/build/demos/wpaddemo/src/ |
| D | full_mode.c | 323 static void changeSensitivity( u8 level ) in changeSensitivity() argument 328 WPADSetDpdSensitivity(level); in changeSensitivity() 354 u8 level; in main() local 378 level = WPADGetDpdSensitivity(); in main() 399 if (level != 5) in main() 401 level++; in main() 402 changeSensitivity(level); in main() 407 if (level != 1) in main() 409 level--; in main() 410 changeSensitivity(level); in main()
|
| /RvlSDK-3.1.4/build/demos/paddemo/src/ |
| D | motordemo.c | 71 s32 level = (cont->stickX * cont->stickX + cont->stickY * cont->stickY); in RambleCont() local 72 if (MAX < level && Motor[chan] != PAD_MOTOR_RUMBLE) in RambleCont() 77 else if (level < MIN && Motor[chan] != PAD_MOTOR_STOP) in RambleCont() 85 Level[chan] += level; in RambleCont()
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Tev/ |
| D | tev-ztex.c | 89 static void DrawWater ( s16 level ); 400 static void DrawWater( s16 level ) in DrawWater() argument 406 lv1 = (s16)(level - 256); in DrawWater() 420 GXPosition3s16(0, level, 4096); in DrawWater() 422 GXPosition3s16(640, level, 4096); in DrawWater()
|
| /RvlSDK-3.1.4/include/revolution/ |
| D | kpadOld.h | 195 void KPADSetSensorHeight ( s32 chan, f32 level ) ;
|
| D | kpad.h | 160 void KPADSetSensorHeight ( s32 chan, f32 level ) ;
|
| D | os.h | 506 BOOL OSRestoreInterrupts ( BOOL level );
|
| D | wpad.h | 648 void WPADSetDpdSensitivity ( u8 level );
|
| /RvlSDK-3.1.4/build/buildtools/ |
| D | commondefs | 302 # also built by the top-level makefile (/dolphin/build/makefile) 561 # Reduced warning level from "ALL" to "MOST", got rid of
|
| /RvlSDK-3.1.4/build/libraries/kpad/src/ |
| D | KPAD.c | 549 void KPADSetSensorHeight( s32 chan, f32 level ) in KPADSetSensorHeight() argument 554 kp->center_org.y = -level ; in KPADSetSensorHeight()
|
| /RvlSDK-3.1.4/build/libraries/kpadOld/src/ |
| D | KPAD.c | 472 void KPADSetSensorHeight( s32 chan, f32 level ) in KPADSetSensorHeight() argument 477 kp->center_org.y = -level ; in KPADSetSensorHeight()
|