Searched refs:type (Results 1 – 12 of 12) sorted by relevance
| /RvlSDK-3.2.3/build/demos/wpaddemo/src/ |
| D | dummy_checker.c | 90 static u8 *get_dev_name ( u32 type ); 459 u32 type; in renderStatus() local 497 status = WPADProbe(WPAD_CHAN0, &type); in renderStatus() 500 DEMOPrintf(x, y, 0, "%s", get_dev_name(type)); y+= FONT_HEIGHT; in renderStatus() 528 if (WPAD_DEV_FREESTYLE == type) in renderStatus() 544 if (WPAD_DEV_CLASSIC == type) in renderStatus() 574 static u8 *get_dev_name( u32 type ) in get_dev_name() argument 586 switch(type) in get_dev_name()
|
| D | wpad_seqdemo.c | 133 u32 type; member 275 info[chan].status = WPADProbe(chan, &info[chan].type); in main() 603 (info[chan].type == 0) ? "CORE" : in RenderControllerStatus() 604 (info[chan].type == 1) ? "NUNCHAKU" : in RenderControllerStatus() 605 (info[chan].type == 2) ? "CLASSIC" : in RenderControllerStatus()
|
| D | wpad_spdemo.c | 147 u32 type; member 257 info[chan].status = WPADProbe(chan, &info[chan].type); in main() 729 (info[chan].type == 0) ? "CORE" : in RenderControllerStatus() 730 (info[chan].type == 1) ? "NUNCHAKU" : in RenderControllerStatus() 731 (info[chan].type == 2) ? "CLASSIC" : in RenderControllerStatus()
|
| D | memory.c | 256 u32 type; in main() local 307 if (WPADProbe(chan, &type) != WPAD_ERR_NO_CONTROLLER) in main()
|
| D | wpad_axdemo.c | 286 u32 type; member 383 info[chan].status = WPADProbe(chan, &info[chan].type); in main() 1090 (info[chan].type == 0) ? "CORE" : in RenderControllerStatus() 1091 (info[chan].type == 1) ? "NUNCHAKU" : in RenderControllerStatus() 1092 (info[chan].type == 2) ? "CLASSIC" : in RenderControllerStatus()
|
| /RvlSDK-3.2.3/include/revolution/gx/ |
| D | GXPixel.h | 90 void GXSetFog( GXFogType type, 103 void GXSetBlendMode ( GXBlendMode type,
|
| /RvlSDK-3.2.3/build/demos/wbcdemo/src/ |
| D | handling_weight.c | 256 u32 type; in connectCallback() local 262 WPADProbe(chan, &type); in connectCallback() 263 if (chan == WPAD_CHAN3 && type != WPAD_DEV_BALANCE_CHECKER) in connectCallback() 400 u32 type; in renderStatus() local 403 if (WPADProbe(WPAD_CHAN3, &type) == WPAD_ERR_NO_CONTROLLER) in renderStatus() 417 if (type == WPAD_DEV_BALANCE_CHECKER) in renderStatus()
|
| /RvlSDK-3.2.3/build/demos/kpaddemo/src/ |
| D | weight.c | 117 u32 type ; in connectCallback() local 123 WPADProbe( chan, &type ) ; in connectCallback() 124 if ( chan == WPAD_CHAN3 && type != WPAD_DEV_BALANCE_CHECKER ) in connectCallback()
|
| /RvlSDK-3.2.3/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow2.c | 80 GXProjectionType type; member 681 if ( cam->cfg.type == GX_PERSPECTIVE ) in GetTexProjMtx() 762 if ( cam->cfg.type == GX_PERSPECTIVE ) in SetCamera() 785 GXSetProjection(cam->proj, cam->cfg.type); in SetCamera()
|
| /RvlSDK-3.2.3/include/revolution/ |
| D | ax.h | 574 u16 type; // type of voice (stream) member 988 void AXSetVoiceSrcType (AXVPB *p, u32 type); 990 void AXSetVoiceType (AXVPB *p, u16 type); 1027 void AXSetVoiceRmtIIRCoefs (AXVPB *p, u16 type, ...);
|
| /RvlSDK-3.2.3/build/libraries/kpad/src/ |
| D | KPAD.c | 166 u32 type ; 203 type = WPAD_DEV_CORE; 207 type = WPAD_DEV_FREESTYLE; 211 type = WPAD_DEV_CLASSIC; 216 type = WPAD_DEV_UNKNOWN; 220 if ( type == dev ) { 2636 u32 type ; in KPADiSamplingCallback() local 2659 if ( WPADProbe( chan, &type ) == WPAD_ERR_NO_CONTROLLER ) { in KPADiSamplingCallback() 2697 switch ( type ) { in KPADiSamplingCallback() 2737 if ( type == WPAD_DEV_BALANCE_CHECKER ) { in KPADiSamplingCallback()
|
| /RvlSDK-3.2.3/ |
| D | readme-RVL_SDK-3_2-patch3.txt | 163 …This bug occurs when a command that corresponds to the register type "CP" (as described in the fun…
|