| /RvlSDK-3.2.2/include/revolution/gd/ |
| D | GDTexture.h | 56 GXTexMapID id, 68 void GDSetTexImgAttr ( GXTexMapID id, u16 width, u16 height, GXTexFmt format ); 69 void GDSetTexImgPtr ( GXTexMapID id, void *image_ptr ); 70 void GDSetTexImgPtrRaw ( GXTexMapID id, u32 image_ptr_raw ); 73 void GDSetTexTlut ( GXTexMapID id, u32 tmem_addr, GXTlutFmt format ); 75 void GDSetTexCached ( GXTexMapID id, 79 void GDSetTexPreLoaded ( GXTexMapID id, u32 tmem_even, u32 tmem_odd );
|
| D | GDIndirect.h | 72 GXTexMapID texMap0, 74 GXTexMapID texMap1, 76 GXTexMapID texMap2, 78 GXTexMapID texMap3 );
|
| D | GDTev.h | 108 GXTexMapID map0, 111 GXTexMapID map1,
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDTexture.c | 212 void GDSetTexLookupMode ( GXTexMapID id, in GDSetTexLookupMode() 250 void GDSetTexImgAttr ( GXTexMapID id, u16 width, u16 height, GXTexFmt format ) in GDSetTexImgAttr() 270 void GDSetTexImgPtr ( GXTexMapID id, void *image_ptr ) in GDSetTexImgPtr() 290 void GDSetTexImgPtrRaw ( GXTexMapID id, u32 image_ptr_raw ) in GDSetTexImgPtrRaw() 328 void GDSetTexCached ( GXTexMapID id, in GDSetTexCached() 358 void GDSetTexPreLoaded ( GXTexMapID id, u32 tmem_even, u32 tmem_odd ) in GDSetTexPreLoaded() 386 void GDSetTexTlut ( GXTexMapID id, u32 tmem_addr, GXTlutFmt format ) in GDSetTexTlut()
|
| D | GDIndirect.c | 189 GXTexMapID texMap0, in GDSetIndTexOrder() 191 GXTexMapID texMap1, in GDSetIndTexOrder() 193 GXTexMapID texMap2, in GDSetIndTexOrder() 195 GXTexMapID texMap3 ) in GDSetIndTexOrder()
|
| D | GDTev.c | 429 GXTexMapID map0, in GDSetTevOrder() 432 GXTexMapID map1, in GDSetTevOrder()
|
| /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() 726 static GXTexRegion* TexRegionCallback1(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback1() 751 static GXTexRegion* TexRegionCallback2(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback2() 776 static GXTexRegion* TexRegionCallback3(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback3()
|
| D | tex-mix-mode.c | 86 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 528 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback()
|
| D | tex-invalid.c | 66 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 501 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXTexture.h | 111 typedef GXTexRegion* (*GXTexRegionCallback) (const GXTexObj* t_obj, GXTexMapID id); 162 void GXLoadTexObj ( const GXTexObj* obj, GXTexMapID id ); 209 GXTexMapID id );
|
| D | GXBump.h | 54 GXTexMapID tex_map);
|
| D | GXTev.h | 123 GXTexMapID map,
|
| D | GXEnum.h | 789 } GXTexMapID; typedef
|
| /RvlSDK-3.2.2/include/demo/ |
| D | DEMOPuts.h | 54 extern void DEMOLoadFont ( GXTexMapID, GXTexMtx, DMTexFlt );
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 221 void DEMOLoadFont( GXTexMapID texMap, GXTexMtx texMtx, DMTexFlt texFlt ) in DEMOLoadFont() 557 static void LoadSheet(void* image, GXTexMapID texMapID) in LoadSheet()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/ |
| D | perf-fill.c | 112 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 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()
|
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-indtex-create.c | 272 GX_TEXCOORD0, (GXTexMapID)(GX_TEXMAP3|GX_TEX_DISABLE), GX_COLOR_NULL, // STAGE2 in CreateEffectDL2()
|
| D | gd-tev-gc.c | 314 GXLoadTexObj(&MyTexObjs[i], (GXTexMapID)i); in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-bump-st.c | 425 (GXTexMapID)(GX_TEXMAP1|GX_TEX_DISABLE), GX_COLOR_NULL); in renderSetup2() 433 (GXTexMapID)(GX_TEXMAP1|GX_TEX_DISABLE), GX_COLOR_NULL); in renderSetup2()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-complex.c | 80 GXTexMapID texMap; 296 static GXTexMapID MapIDTbl[MAX_TEXMAPS] =
|
| D | tev-multi.c | 142 static GXTexMapID MapIDTbl[NUM_TEXMAPS] =
|
| /RvlSDK-3.2.2/ |
| D | index.allpl | 1921 man/en_US/gx/Enumerated_Types/GXTexMapID.html 6b337fc6b5a9cd76204f8957d00cee8f33256bcabbef757ad9eee…
|