Home
last modified time | relevance | path

Searched refs:DEMOPrintf (Results 1 – 25 of 40) sorted by relevance

12

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dweight.c190 DEMOPrintf( x, y, 0, "WBC is not connected." ) ; in renderStatus()
194 DEMOPrintf( x, y += FONT_HEIGHT, 0, "WBC is not registered." ) ; in renderStatus()
195 DEMOPrintf( x, y += FONT_HEIGHT, 0, "Please regist WBC with SYNC button." ) ; in renderStatus()
202 DEMOPrintf( x1, y1, 0, "%3.1f", kpads[0].ex_status.bl.weight[0] ) ; in renderStatus()
203 DEMOPrintf( x1, y2, 0, "%3.1f", kpads[0].ex_status.bl.weight[1] ) ; in renderStatus()
204 DEMOPrintf( x2, y1, 0, "%3.1f", kpads[0].ex_status.bl.weight[2] ) ; in renderStatus()
205 DEMOPrintf( x2, y2, 0, "%3.1f", kpads[0].ex_status.bl.weight[3] ) ; in renderStatus()
210 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "+--------------+" ) ; in renderStatus()
211 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "| Weight |" ) ; in renderStatus()
212 DEMOPrintf( x, y+=FONT_HEIGHT, 0, "+--------------+" ) ; in renderStatus()
[all …]
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpadsample.c1115 DEMOPrintf(x, y, 0, "WPAD Demo -- WPADSAMPLE"); in renderScreen()
1121 DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, "Ch%d", i); in renderScreen()
1124 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "ADDR "); in renderScreen()
1125 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "TX-STAT "); in renderScreen()
1126 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "TYPE "); in renderScreen()
1127 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "FORMAT "); in renderScreen()
1128 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "RATE "); in renderScreen()
1129 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "BUTTON "); in renderScreen()
1130 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "ACC "); in renderScreen()
1131 DEMOPrintf(x, y+=FONT_HEIGHT, 0, "DPD-0 "); in renderScreen()
[all …]
Ddummy_checker.c478 DEMOPrintf(x, y, 0, "WPAD Demo -- Dummy checker"); in renderStatus()
481 DEMOPrintf(x, y, 0, "Status :"); y+=FONT_HEIGHT; in renderStatus()
482 DEMOPrintf(x, y, 0, "Type :"); y+=FONT_HEIGHT; in renderStatus()
483 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
484 DEMOPrintf(x, y, 0, "DPD0-xy:"); y+=FONT_HEIGHT; in renderStatus()
485 DEMOPrintf(x, y, 0, "DPD1-xy:"); y+=FONT_HEIGHT; in renderStatus()
486 DEMOPrintf(x, y, 0, "ACC-XYZ:"); y+=FONT_HEIGHT; in renderStatus()
487 DEMOPrintf(x, y, 0, "--------"); y+=FONT_HEIGHT; in renderStatus()
488 DEMOPrintf(x, y, 0, "Buttons:"); y+=FONT_HEIGHT; in renderStatus()
489 DEMOPrintf(x, y, 0, "StickXY:"); y+=FONT_HEIGHT; in renderStatus()
[all …]
Dsync.c117 DEMOPrintf( 16, y+=LINE, 0, "WPAD Demo -- Sync"); in RenderConsoleStatus()
121 DEMOPrintf( 16, y+=LINE, 0, "Registered Device Number: %d", WPADGetRegisteredDevNum()); in RenderConsoleStatus()
122 DEMOPrintf( 16, y+=LINE, 0, "Temporary Device Number: %d", WPADGetTemporaryDevNum()); in RenderConsoleStatus()
132 DEMOPrintf( 16, y += LINE, 0, "chan%d: %02x:%02x:%02x:%02x:%02x:%02x [%s]", in RenderConsoleStatus()
145 DEMOPrintf( 16, y += LINE, 0, "chan%d: not connected", chan); in RenderConsoleStatus()
149 DEMOPrintf( 16, y+=LINE*3, 0, "standard: %s [%d device(s)]", std[standard], stdNum); in RenderConsoleStatus()
150 DEMOPrintf( 16, y+=LINE, 0, "simple : %s [%d device(s)]", smp[simple], smpNum); in RenderConsoleStatus()
Dwpad_seqdemo.c320 DEMOPrintf( 16, 16, 0, "WPAD Demo -- WPAD Seqdemo"); in main()
581 DEMOPrintf( 16, y += HEIGHT, 0, "button A : Start/Stop Sequence"); in RenderOperation()
595 DEMOPrintf( 150, y, 0, "speaker"); in RenderControllerStatus()
596 DEMOPrintf( 220, y, 0, "sequence"); in RenderControllerStatus()
600 DEMOPrintf( 16, y, 0, "CHAN_%d [%s]", in RenderControllerStatus()
608 DEMOPrintf( 150, y, 0, "%s", (info[chan].Speakers.active == 1) ? "ON" : in RenderControllerStatus()
611 DEMOPrintf( 220, y, 0, "%s", (info[chan].play == 0) ? "STOP" : in RenderControllerStatus()
Dwpad_spdemo.c288 DEMOPrintf(16, 16, 0, "WPAD Demo -- WPAD Spdemo"); in main()
707 DEMOPrintf( 16, y += HEIGHT, 0, "button A : Start/Stop Sfx"); in RenderOperation()
721 DEMOPrintf( 150, y, 0, "speaker"); in RenderControllerStatus()
722 DEMOPrintf( 220, y, 0, "sfx"); in RenderControllerStatus()
726 DEMOPrintf( 16, y, 0, "CHAN_%d [%s]", in RenderControllerStatus()
734 DEMOPrintf( 150, y, 0, "%s", (info[chan].Speakers.active == 1) ? "ON" : in RenderControllerStatus()
737 DEMOPrintf( 220, y, 0, "%s", (info[chan].play == 0) ? "STOP" : in RenderControllerStatus()
Dwpad_axdemo.c481 DEMOPrintf( 16, 16, 0, "WPAD Demo -- WPAD Axdemo"); in main()
1066 DEMOPrintf( 16, y+=HEIGHT, 0, "%s : %s", button, SampleFiles[ButtonMap[i][1]]); in RenderOperation()
1069 DEMOPrintf( 16, y+=HEIGHT, 0, "Home : Stop all sounds"); in RenderOperation()
1070 DEMOPrintf( 16, y+=HEIGHT, 0, "Plus : Mute On"); in RenderOperation()
1071 DEMOPrintf( 16, y+=HEIGHT, 0, "Minus : Mute Off"); in RenderOperation()
1085 DEMOPrintf( 150, y, 0, "speaker"); in RenderControllerStatus()
1086 DEMOPrintf( 250, y, 0, "volume"); in RenderControllerStatus()
1090 DEMOPrintf( 16, y, 0, "CHAN_%d [%s]", in RenderControllerStatus()
1098 DEMOPrintf( 150, y, 0, "%s", (info[chan].Speakers.active == 0) ? "OFF" : in RenderControllerStatus()
1101 DEMOPrintf( 250, y, 0, "%d", WPADGetSpeakerVolume()); in RenderControllerStatus()
/RvlSDK-3.3/build/demos/wbcdemo/src/
Dhandling_weight.c410 DEMOPrintf( 50, 100, 0, "WBC is not connected."); in renderStatus()
414 DEMOPrintf( 20, 100, 0, "WBC is not registered."); in renderStatus()
415 DEMOPrintf( 20, 110, 0, "Please regist WBC with SYNC button."); in renderStatus()
429 DEMOPrintf( 95, 40, 0, "%5d", status.press[0]); in renderStatus()
430 DEMOPrintf( 95, 110, 0, "%5d", status.press[1]); in renderStatus()
431 DEMOPrintf( 10, 40, 0, "%5d", status.press[2]); in renderStatus()
432 DEMOPrintf( 10, 110, 0, "%5d", status.press[3]); in renderStatus()
483 DEMOPrintf( 95, 55, 0, "wait..."); in renderStatus()
484 DEMOPrintf( 95, 125, 0, "wait..."); in renderStatus()
485 DEMOPrintf( 10, 55, 0, "wait..."); in renderStatus()
[all …]
/RvlSDK-3.3/build/demos/pmicdemo/src/
Dpmic_simple.c623 DEMOPrintf(10, 10, 0, "************************************"); in printInfo()
624 DEMOPrintf(10, 20, 0, " pmic_simple: Simple demo for P-Mic"); in printInfo()
625 DEMOPrintf(10, 30, 0, "************************************"); in printInfo()
636 DEMOPrintf(60, 50, 0, "Insert P-Mic,"); in printInfo()
637 DEMOPrintf(60, 60, 0, "or Push B to quit lib."); in printInfo()
643 DEMOPrintf(60, 50, 0, "Got P-Mic. Opening..."); in printInfo()
648 DEMOPrintf(60, 50, 0, "Push A to start P-Mic,"); in printInfo()
649 DEMOPrintf(60, 60, 0, "or B to close P-Mic,"); in printInfo()
650 DEMOPrintf(60, 70, 0, "or Remove P-Mic."); in printInfo()
656 DEMOPrintf(60, 50, 0, "Starting..."); in printInfo()
[all …]
/RvlSDK-3.3/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c294 DEMOPrintf(pos_x, 20, pos_z, "frb-vfilter"); in myDrawCaptionTick()
295 DEMOPrintf(pos_x, 25, pos_z, "-----------"); in myDrawCaptionTick()
298 DEMOPrintf((s16)(pos_x+10), (s16)(i*10+10+pos_y), pos_z, "%d", cf.newFilter[i]); in myDrawCaptionTick()
308 DEMOPrintf(pos_x, (s16)(90 + pos_y), pos_z, "%sBRIGHTNESS",indent[0]); in myDrawCaptionTick()
309 DEMOPrintf(pos_x, (s16)(100 + pos_y), pos_z, " %f", cf.brightness/64.0F); in myDrawCaptionTick()
311 DEMOPrintf(pos_x, (s16)(115 + pos_y), pos_z, "%sRATIO",indent[1]); in myDrawCaptionTick()
312 DEMOPrintf(pos_x, (s16)(125 + pos_y), pos_z, " %f%%", cf.ratio*100.0F); in myDrawCaptionTick()
314 DEMOPrintf(pos_x, (s16)(140 + pos_y), pos_z, "%sRENDER MODE",indent[2]); in myDrawCaptionTick()
315 DEMOPrintf(pos_x, (s16)(150 + pos_y), pos_z, " %s", GXRMObjPtrStrTbl[cf.RMIndex].GXRMObjString); in myDrawCaptionTick()
317 DEMOPrintf(pos_x, (s16)(165 + pos_y), pos_z, "%sPROGRESSIVE",indent[3]); in myDrawCaptionTick()
[all …]
/RvlSDK-3.3/build/demos/gxdemo/src/Tev/
Dtev-swap.c219 DEMOPrintf(24, 16, 0, "Swap Mode Table : %d", sc->tblIdx); in DrawTick()
220 DEMOPrintf(24, 24, 0, "%s -> RED", MySwCompMsg[MySwapModeTable[sc->tblIdx][0]]); in DrawTick()
221 DEMOPrintf(24, 32, 0, "%s -> GREEN", MySwCompMsg[MySwapModeTable[sc->tblIdx][1]]); in DrawTick()
222 DEMOPrintf(24, 40, 0, "%s -> BLUE", MySwCompMsg[MySwapModeTable[sc->tblIdx][2]]); in DrawTick()
223 DEMOPrintf(24, 48, 0, "%s -> ALPHA", MySwCompMsg[MySwapModeTable[sc->tblIdx][3]]); in DrawTick()
225 DEMOPrintf(12, (s16)(sc->cursor*8+16), 0, "%c", 0x7F); in DrawTick()
Dtev-multi.c661 DEMOPrintf(x, (s16)(ALI_ROW(0)-16), 0, "[STAGE%d]", i); in DrawCaption()
663 DEMOPrintf(x, (s16)(ALI_ROW(0)+72), 0, "TEXMAP%d", sc->tev[CTRL_TM][i]); in DrawCaption()
664 DEMOPrintf(x, (s16)(ALI_ROW(1)+72), 0, "TCOORD%d", sc->tev[CTRL_TC][i]); in DrawCaption()
665 DEMOPrintf(x, (s16)(ALI_ROW(2)+72), 0, "COLOR%d", sc->tev[CTRL_CH][i]); in DrawCaption()
670 DEMOPrintf( in DrawCaption()
/RvlSDK-3.3/build/demos/paddemo/src/
Dsampling.c142 DEMOPrintf(x, y += 16, 0, "Port AB XY M ZLR +Pad Left Right Trigger"); in main()
146DEMOPrintf(x, y += 16, 0, "%d[%-2d] %c%c %c%c %c %c%c%c %c%c%c%c (%3d, %3d) (%3d, %3d) (%3d, %3d)", in main()
170 DEMOPrintf(x, y += 16, 0, "Samples: %llu", Count); in main()
171 DEMOPrintf(x, y += 16, 0, "Retrace: %u", VIGetRetraceCount()); in main()
/RvlSDK-3.3/build/demos/nanddemo/src/
Dgamesave.c420 DEMOPrintf( 16, y += FONT_HEIGHT, 0, "---------GC Controller---------"); in RenderControls()
423 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " Up: Move cursor up"); in RenderControls()
424 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " Down: Move cursor down"); in RenderControls()
425 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " A: Print"); in RenderControls()
426 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " L: Refresh"); in RenderControls()
427 DEMOPrintf( 16, y += FONT_HEIGHT, 0, " X: Delete"); in RenderControls()
449 DEMOPrintf( 16, y += FONT_HEIGHT, 0, "Start: Quit this demo"); in RenderControls()
/RvlSDK-3.3/build/demos/axdemo/src/
Daxart3ddemo.c1011 DEMOPrintf( textX, textY, 0, "AX mode: AX_MODE_STEREO"); in DrawUI()
1017 DEMOPrintf( textX, textY, 0, "AX mode: AX_MODE_SURROUND"); in DrawUI()
1023 DEMOPrintf( textX, textY, 0, "AX mode: AX_MODE_DPL2"); in DrawUI()
1028 DEMOPrintf( textX, textY, 0, "helicopter.voice: %.8xh", helicopter.voice); in DrawUI()
1030DEMOPrintf( textX, textY, 0, "helicopter.sound.sampleRate: %dHz", helicopter.sound->sampleRate… in DrawUI()
1032 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.hAngle: %f", helicopter.axart3d.hAngle); in DrawUI()
1034 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.vAngle: %f", helicopter.axart3d.vAngle); in DrawUI()
1036 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.dist: %f", helicopter.axart3d.dist); in DrawUI()
1038DEMOPrintf( textX, textY, 0, "helicopter.axart3d.closingSpeed: %f", helicopter.axart3d.closingSpee… in DrawUI()
/RvlSDK-3.3/build/demos/mididemo/src/
Dmain.c70 DEMOPrintf(60, 10, 0, "MIDI adaptor sample demo"); in main()
76 DEMOPrintf((s16)(i%16*18+14), (s16)(i/16*13+26), 0, buf); in main()
/RvlSDK-3.3/build/demos/gxdemo/src/Texture/
Dtex-lod.c361 DEMOPrintf(0, 0, 0, " LOD Bias :%1.1f", lodBias); in DrawTick()
362 DEMOPrintf(0, 8, 0, " Bias Clamp:%s", in DrawTick()
364 DEMOPrintf(0, 16, 0, " Edge LOD :%s", in DrawTick()
366 DEMOPrintf(0, 24, 0, " Max Aniso.:%d", in DrawTick()
372 DEMOPrintf(0, (s16)(sc->curP * 8), 0, "%c", 0x7F); in DrawTick()
Dtex-invalid.c455 DEMOPrintf((s16)ALI_COL(i), (s16)(ALI_ROW(0)-16), 0, "[CACHE%d]", i); in MyDrawCaption()
468 DEMOPrintf((s16)ALI_COL(sc->curX), (s16)(ALI_ROW(sc->curY)+68), 0, "%c", 0x7F); in MyDrawCaption()
471 DEMOPrintf(ALI_COL(0), (s16)(ALI_ROW(3)+68), 0, "%s%s", InvTexAllStr, InvTexAllStr); in MyDrawCaption()
/RvlSDK-3.3/build/demos/cxdemo/src/
Dcx_uncompress.c447 DEMOPrintf(48, 0, 0, "Raw"); in DrawTick()
448 DEMOPrintf(160, 0, 0, "RunLength"); in DrawTick()
449 DEMOPrintf(48, 112, 0, "LZ77"); in DrawTick()
450 DEMOPrintf(160, 112, 0, "Huffman"); in DrawTick()
Dcx_uncompress_stream.c542 DEMOPrintf(48, 0, 0, "Raw"); in DrawTick()
543 DEMOPrintf(160, 0, 0, "RunLength"); in DrawTick()
544 DEMOPrintf(48, 112, 0, "LZ77"); in DrawTick()
545 DEMOPrintf(160, 112, 0, "Huffman"); in DrawTick()
/RvlSDK-3.3/build/demos/gxdemo/src/TexGen/
Dtg-emboss.c580 DEMOPrintf( 18, 10, 0, "Texture %d", myModel.texNo ); in myInfoModel()
581 DEMOPrintf( 18, 18, 0, in myInfoModel()
583 DEMOPrintf( 18, 26, 0, "Bump scale %d", myModel.bumpScale ); in myInfoModel()
584 DEMOPrintf( 18, 34, 0, "Normal scale 1/%d", myModel.invNrmScale ); in myInfoModel()
585 DEMOPrintf( 18, 42, 0, "Blend steps %d", myModel.blendSteps ); in myInfoModel()
/RvlSDK-3.3/include/demo/
DDEMOPuts.h57 extern void DEMOPrintf ( s16, s16, s16, char*, ... );
/RvlSDK-3.3/build/demos/gxdemo/src/Management/
Dmgt-fifo-dual.c503 DEMOPrintf( textX, textY, 0, "B button: Cull Mode: %s", text ); in DrawUI()
522 DEMOPrintf( textX, textY, 0, "A button: Fifo Mode: %s", text ); in DrawUI()
/RvlSDK-3.3/build/demos/gxdemo/src/PixelProc/
Dpix-a-comp.c277 DEMOPrintf( 10, 12, 0, myAlphaComp[lid0].fmt, a->ref0 ); in SceneDrawInfo()
279 DEMOPrintf(114, 12, 0, myAlphaComp[lid1].fmt, a->ref1 ); in SceneDrawInfo()
560 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()
Dpix-z-comp.c256 DEMOPrintf( 160, 12, 0, "ZSCALE 2^%d", log2 ); in SceneDrawInfo()
459 DEMOPrintf( (s16)rect[i].x0, (s16)rect[i].y0, in myDrawModel()

12