Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Management/
Dmgt-fifo-dual.c467 char *text; in DrawUI() local
479 text = "GX_CULL_NONE"; in DrawUI()
482 text = "GX_CULL_FRONT"; in DrawUI()
485 text = "GX_CULL_BACK"; in DrawUI()
488 text = "GX_CULL_ALL"; in DrawUI()
491 DEMOPrintf( textX, textY, 0, "B button: Cull Mode: %s", text ); in DrawUI()
498 text = "Fifo0 (opaque) then Fifo1 (transparent)"; in DrawUI()
501 text = "Fifo1 (transparent) then Fifo0 (opaque)"; in DrawUI()
504 text = "Fifo0 only"; in DrawUI()
507 text = "Fifo1 only"; in DrawUI()
[all …]
/RvlSDK-2.1/include/revolution/
Deppc.RVL0.lcf2 text : origin = 0x80004000
9 .text ALIGN(0x20):{}
20 } > text
Deppc.RVL.lcf2 text : origin = 0x80004000
9 .text ALIGN(0x20):{}
20 } > text
Ddolformat.h66 u32 text[DOL_MAX_TEXT]; // virtual address destination member
/RvlSDK-2.1/build/demos/reldemo/
DstaticD.lcf2 text : origin = 0x80004000
9 .text ALIGN(0x20):{}
20 } > text
Dstatic.lcf2 text : origin = 0x80004000
9 .text ALIGN(0x20):{}
20 } > text
DpartialD.lcf7 .text :{}
Dpartial.lcf7 .text :{}
/RvlSDK-2.1/include/dolphin/
Deppc.HW2.lcf5 text : origin = 0x80003100
12 .text ALIGN(0x20):{}
23 } > text
Deppc.lcf7 .text :{}
/RvlSDK-2.1/build/demos/axdemo/include/
Dlpfdemo.h71 char *text; member
/RvlSDK-2.1/RVL/bin/demos/thpdemo/
DTHPSimple.map180 .text section layout
184 00000000 0002fc 80006720 000028e0 1 .text main.o
186 000002fc 001618 80006a1c 00002bdc 1 .text THPSimple.o
208 00001914 0007f4 80008034 000041f4 1 .text THPDraw.o
212 00002108 00024c 80008828 000049e8 1 .text axseq.o
219 00002354 000164 80008a74 00004c34 1 .text base.a PPCArch.o
266 000024b8 0011ec 80008bd8 00004d98 1 .text os.a OS.o
299 000036a4 0007cc 80009dc4 00005f84 1 .text os.a OSAlarm.o
315 00003e70 000308 8000a590 00006750 1 .text os.a OSAlloc.o
329 00004178 000094 8000a898 00006a58 1 .text os.a OSArena.o
[all …]
/RvlSDK-2.1/RVL/bin/demos/gxdemo/
Dsmp-onetri.map149 .text section layout
153 00000000 00055c 80006720 000028e0 1 .text smp-onetri.o
156 0000055c 000164 80006c7c 00002e3c 1 .text base.a PPCArch.o
203 000006c0 0011ec 80006de0 00002fa0 1 .text os.a OS.o
236 000018ac 0007cc 80007fcc 0000418c 1 .text os.a OSAlarm.o
252 00002078 000308 80008798 00004958 1 .text os.a OSAlloc.o
266 00002380 000094 80008aa0 00004c60 1 .text os.a OSArena.o
283 00002414 0004b4 80008b34 00004cf4 1 .text os.a OSAudioSystem.o
287 000028c8 0003a0 80008fe8 000051a8 1 .text os.a OSCache.o
334 00002c68 00079c 80009388 00005548 1 .text os.a OSContext.o
[all …]
/RvlSDK-2.1/build/demos/hio2demo/vc++/dual/
Ddual.rc322 ID_EDIT_FIND "Find the specified text\nFind"
325 ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
Ddouble-common.rc339 ID_EDIT_FIND "Find the specified text\nFind"
342 ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
/RvlSDK-2.1/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-2.1/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
713 OSReport("%s: %8d\n", Stat[i].text, Stat[i].cnt); in DumpStats()
/RvlSDK-2.1/build/demos/axdemo/src/
Daxfilter.c794 DEMOWinPrintfXY(window, 0, 1, "Cutoff Freq : %s ", __coefs[filterCutoff].text); in status_win_update()