Home
last modified time | relevance | path

Searched refs:text (Results 1 – 21 of 21) sorted by relevance

/RvlSDK-3.2/build/demos/gxdemo/src/Management/
Dmgt-fifo-dual.c479 char *text; in DrawUI() local
491 text = "GX_CULL_NONE"; in DrawUI()
494 text = "GX_CULL_FRONT"; in DrawUI()
497 text = "GX_CULL_BACK"; in DrawUI()
500 text = "GX_CULL_ALL"; in DrawUI()
503 DEMOPrintf( textX, textY, 0, "B button: Cull Mode: %s", text ); in DrawUI()
510 text = "Fifo0 (opaque) then Fifo1 (transparent)"; in DrawUI()
513 text = "Fifo1 (transparent) then Fifo0 (opaque)"; in DrawUI()
516 text = "Fifo0 only"; in DrawUI()
519 text = "Fifo1 only"; in DrawUI()
[all …]
/RvlSDK-3.2/include/revolution/
Deppc.RVL.lcf5 text : origin = 0x80004000
12 .text ALIGN(0x20):{}
23 } > text
Ddolformat.h66 u32 text[DOL_MAX_TEXT]; // Virtual address destination member
Dkpr.h65 wchar_t text[ KPR_MAX_QUEUE_LEN ]; member
/RvlSDK-3.2/include/dolphin/
Deppc.HW2.lcf5 text : origin = 0x80003100
12 .text ALIGN(0x20):{}
23 } > text
Deppc.lcf7 .text :{}
/RvlSDK-3.2/build/demos/reldemo/
Dstatic.lcf5 text : origin = 0x80004000
12 .text ALIGN(0x20):{}
23 } > text
DstaticD.lcf5 text : origin = 0x80004000
12 .text ALIGN(0x20):{}
23 } > text
DpartialD.lcf7 .text :{}
Dpartial.lcf7 .text :{}
/RvlSDK-3.2/build/demos/axdemo/include/
Dlpfdemo.h80 char *text; member
156 char *text; member
/RvlSDK-3.2/man/en_US/CSS/
Drevolution.css86 text-decoration : underline;
146 text-align : left;
175 text-align : left;
189 text-align : left;
209 text-align : left;
Dtitles2.css24 text-decoration : underline;
/RvlSDK-3.2/RVL/bin/demos/thpdemo/
DTHPSimple.map190 .text section layout
194 00000000 000354 800067a0 00002960 1 .text main.o
196 00000354 0016a4 80006af4 00002cb4 1 .text THPSimple.o
220 000019f8 0007f4 80008198 00004358 1 .text THPDraw.o
224 000021ec 00026c 8000898c 00004b4c 1 .text axseq.o
231 00002458 000164 80008bf8 00004db8 1 .text base.a PPCArch.o
278 000025bc 00138c 80008d5c 00004f1c 1 .text os.a OS.o
311 00003948 0007cc 8000a0e8 000062a8 1 .text os.a OSAlarm.o
327 00004114 000308 8000a8b4 00006a74 1 .text os.a OSAlloc.o
341 0000441c 000094 8000abbc 00006d7c 1 .text os.a OSArena.o
[all …]
/RvlSDK-3.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map159 .text section layout
163 00000000 00055c 800067a0 00002960 1 .text smp-onetri.o
166 0000055c 000164 80006cfc 00002ebc 1 .text base.a PPCArch.o
213 000006c0 00138c 80006e60 00003020 1 .text os.a OS.o
246 00001a4c 0007cc 800081ec 000043ac 1 .text os.a OSAlarm.o
262 00002218 000308 800089b8 00004b78 1 .text os.a OSAlloc.o
276 00002520 000094 80008cc0 00004e80 1 .text os.a OSArena.o
293 000025b4 0004b4 80008d54 00004f14 1 .text os.a OSAudioSystem.o
297 00002a68 0003c8 80009208 000053c8 1 .text os.a OSCache.o
344 00002e30 000858 800095d0 00005790 1 .text os.a OSContext.o
[all …]
/RvlSDK-3.2/build/demos/hio2demo/vc++/dual/
Ddouble-common.rc339 ID_EDIT_FIND "Find the specified text\nFind"
342 ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
Ddual.rc322 ID_EDIT_FIND "Find the specified text\nFind"
325 ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
/RvlSDK-3.2/build/demos/hio2demo/vc++/multi/
Dmulti.rc356 ID_EDIT_FIND "Find the specified text\nFind"
359 ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
/RvlSDK-3.2/build/demos/gxdemo/src/Performance/
Dperf-fill.c85 char text[48]; // 8 x 48 = 386 pixels member
1308 StatStrLen = strlen(Stat[0].text); in SetStats()
1491 DEMOPrintf(text_x, text_y, 0, str, Stat[i].text, val)
1494 OSReport(str, Stat[i].text, val)
Dperf-geo.c176 char text[50]; member
717 OSReport("%s: %8d\n", Stat[i].text, Stat[i].cnt); in DumpStats()
/RvlSDK-3.2/build/demos/axdemo/src/
Daxfilter.c846 DEMOWinPrintfXY(window, 0, 1, "Cutoff Freq : %s ", __coefs[filterCutoff].text); in status_win_update()
848 DEMOWinPrintfXY(window, 0, 1, "Cutoff Freq : %s ", __biquad_coefs[filterCutoff].text); in status_win_update()