Home
last modified time | relevance | path

Searched refs:texObj (Results 1 – 18 of 18) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-tc-alloc.c107 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 …]
Dtex-wrap.c184 GXTexObj texObj; in DrawTick() local
221 &texObj, in DrawTick()
231 &texObj, in DrawTick()
242 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()
Dtex-filter.c278 GXTexObj texObj; in DrawTick() local
305 &texObj, in DrawTick()
329 &texObj, in DrawTick()
340 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()
Dtex-lod.c282 GXTexObj texObj; in DrawTick() local
291 &texObj, in DrawTick()
340 &texObj, in DrawTick()
351 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()
Dtex-mix-mode.c86 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()
Dtex-invalid.c66 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/
Dsmp-texexample.c59 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/
Dmgt-fifo-brkpt.c90 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/
Dfontdemo1.c67 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/
Dfrb-vfilter.c178 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/
Dtf-reflect.c53 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/
Dcx_uncompress.c390 GXTexObj texObj; in DrawTick() local
403 &texObj, in DrawTick()
420 GXLoadTexObj( &texObj, GX_TEXMAP0 ); in DrawTick()
Dcx_uncompress_stream.c485 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/
Dtg-emboss.c186 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/
DDEMOPuts.c560 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/
Dperf-fill.c112 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()
Dperf-geo.c492 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/
DDL-tf-mtx.c234 GXTexObj texObj; in DrawTick() local
262 TPLGetGXTexObjFromPalette(MyTplObj, &texObj, 1); in DrawTick()
263 GXLoadTexObj(&texObj, GX_TEXMAP0); in DrawTick()