| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-tc-alloc.c | 107 TexRegionCallback0 ( const GXTexObj* texObj, GXTexMapID mapID ); 109 TexRegionCallback1 ( const GXTexObj* texObj, GXTexMapID mapID ); 111 TexRegionCallback2 ( const GXTexObj* texObj, GXTexMapID mapID ); 113 TexRegionCallback3 ( const GXTexObj* texObj, GXTexMapID mapID ); 153 ( const GXTexObj* texObj, GXTexMapID mapID ) = 706 static GXTexRegion* TexRegionCallback0(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback0() argument 708 #pragma unused(texObj) in TexRegionCallback0() 726 static GXTexRegion* TexRegionCallback1(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback1() argument 728 #pragma unused(texObj) in TexRegionCallback1() 751 static GXTexRegion* TexRegionCallback2(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback2() argument [all …]
|
| D | tex-wrap.c | 184 GXTexObj texObj; in DrawTick() local 221 &texObj, in DrawTick() 231 &texObj, in DrawTick() 242 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()
|
| D | tex-filter.c | 278 GXTexObj texObj; in DrawTick() local 305 &texObj, in DrawTick() 329 &texObj, in DrawTick() 340 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()
|
| D | tex-lod.c | 282 GXTexObj texObj; in DrawTick() local 291 &texObj, in DrawTick() 340 &texObj, in DrawTick() 351 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()
|
| D | tex-mix-mode.c | 86 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 528 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback() argument 534 return (GXTexRegion*)(GXGetTexObjUserData(texObj)); in MyTexRegionCallback()
|
| D | tex-invalid.c | 66 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 501 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback() argument 507 texID = (u32)GXGetTexObjUserData(texObj); in MyTexRegionCallback()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/ |
| D | smp-texexample.c | 59 GXTexObj texObj; // texture object in main() local 92 TPLGetGXTexObjFromPalette(tpl, &texObj, BALL64_TEX_ID); in main() 94 GXLoadTexObj(&texObj, GX_TEXMAP0); in main()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Management/ |
| D | mgt-fifo-brkpt.c | 90 GXTexObj texObj; // texture object in main() local 125 TPLGetGXTexObjFromPalette(tpl, &texObj, BALL64_TEX_ID); in main() 127 GXLoadTexObj(&texObj, GX_TEXMAP0); in main()
|
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | fontdemo1.c | 67 GXTexObj texObj; in LoadSheet() local 70 GXInitTexObj(&texObj, // obj in LoadSheet() 79 GXInitTexObjLOD(&texObj, in LoadSheet() 89 GXLoadTexObj(&texObj, GX_TEXMAP0); in LoadSheet()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-vfilter.c | 178 GXTexObj texObj,texObj_zebra_1, texObj_zebra_2, texObj_zebra_4; in main() local 227 TPLGetGXTexObjFromPalette(tpl, &texObj, 0); in main() 249 DrawBackgroundTick(v, &texObj); in main() 580 static void DrawBackgroundTick( Mtx v , GXTexObj * texObj){ in DrawBackgroundTick() argument 601 GXLoadTexObj(texObj, GX_TEXMAP0); in DrawBackgroundTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/ |
| D | tf-reflect.c | 53 GXTexObj texObj; variable 82 TPLGetGXTexObjFromPalette( texPalette, &texObj, 1 ); in main() 271 GXLoadTexObj( &texObj, GX_TEXMAP0 ); in myDrawModel()
|
| /RvlSDK-3.2.2/build/demos/cxdemo/src/ |
| D | cx_uncompress.c | 390 GXTexObj texObj; in DrawTick() local 403 &texObj, in DrawTick() 420 GXLoadTexObj( &texObj, GX_TEXMAP0 ); in DrawTick()
|
| D | cx_uncompress_stream.c | 485 GXTexObj texObj; in DrawTick() local 498 &texObj, in DrawTick() 515 GXLoadTexObj( &texObj, GX_TEXMAP0 ); in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-emboss.c | 186 GXTexObj texObj; member 225 TPLGetGXTexObjFromPalette( texPalette, &myModel.texObj, myModel.texNo-1 ); in myInitModel() 310 &myModel.texObj, myModel.texNo-1 ); in myAnimeModel() 411 GXLoadTexObj( &myModel.texObj, GX_TEXMAP0 ); in myDrawModel()
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 560 GXTexObj texObj; in LoadSheet() local 569 GXInitTexObj(&texObj, // obj in LoadSheet() 578 GXInitTexObjLOD(&texObj, in LoadSheet() 588 GXLoadTexObj(&texObj, texMapID); in LoadSheet()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/ |
| D | perf-fill.c | 112 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 283 static GXTexObj texObj[NUM_TEXOBJS]; // texture object variable 498 TPLGetGXTexObjFromPalette(tpl, &texObj[i], i); in DrawInit() 499 GXInitTexObjUserData(&texObj[i], (void*)i); in DrawInit() 618 GXLoadTexObj(&texObj[tx], (GXTexMapID)k); in DrawTick() 620 GXLoadTexObj(&texObj[k], (GXTexMapID)k); in DrawTick() 916 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback() argument 922 texID = (u32)GXGetTexObjUserData(texObj); in MyTexRegionCallback()
|
| D | perf-geo.c | 492 GXTexObj texObj; // texture object in DrawInit() local 512 TPLGetGXTexObjFromPalette(tpl, &texObj, BALL64_TEX_ID); in DrawInit() 514 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 234 GXTexObj texObj; in DrawTick() local 262 TPLGetGXTexObjFromPalette(MyTplObj, &texObj, 1); in DrawTick() 263 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()
|