| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXTexture.h | 111 typedef GXTexRegion* (*GXTexRegionCallback) (const GXTexObj* t_obj, GXTexMapID id); 116 GXTexObj* obj, 126 GXTexObj* obj, 137 GXTexObj* obj, 147 void GXInitTexObjData ( GXTexObj* obj, void* image_ptr ); 148 void GXInitTexObjWrapMode ( GXTexObj* obj, GXTexWrapMode s, GXTexWrapMode t ); 149 void GXInitTexObjTlut ( GXTexObj* obj, u32 tlut_name ); 150 void GXInitTexObjFilter ( GXTexObj* obj, GXTexFilter min_filt, GXTexFilter mag_filt ); 151 void GXInitTexObjMaxLOD ( GXTexObj* obj, f32 max_lod ); 152 void GXInitTexObjMinLOD ( GXTexObj* obj, f32 min_lod ); [all …]
|
| D | GXGet.h | 177 void* GXGetTexObjData ( const GXTexObj* tex_obj ); 178 u16 GXGetTexObjWidth ( const GXTexObj* tex_obj ); 179 u16 GXGetTexObjHeight( const GXTexObj* tex_obj ); 180 GXTexFmt GXGetTexObjFmt ( const GXTexObj* tex_obj ); 181 GXTexWrapMode GXGetTexObjWrapS ( const GXTexObj* tex_obj ); 182 GXTexWrapMode GXGetTexObjWrapT ( const GXTexObj* tex_obj ); 183 GXBool GXGetTexObjMipMap( const GXTexObj* tex_obj ); 186 const GXTexObj* tex_obj, 195 GXTexFilter GXGetTexObjMinFilt ( const GXTexObj* tex_obj ); 196 GXTexFilter GXGetTexObjMagFilt ( const GXTexObj* tex_obj ); [all …]
|
| D | GXStruct.h | 153 } GXTexObj; typedef
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-tc-alloc.c | 84 GXTexObj texture[NUM_TEXTURES]; 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 | 58 GXTexObj texObjs[NUM_TEXTURES]; 86 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 528 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback()
|
| D | tex-invalid.c | 46 GXTexObj texture[NUM_TEXOBJS]; 66 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID ); 501 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 43 static GXTexObj CubeMap0[6]; // a couple of pre-made cube maps 44 static GXTexObj CubeMap1[6]; 45 static GXTexObj SphereMap[2]; // sphere map that is generated 65 extern void drawParaboloidMap ( GXTexObj* cubemap, 66 GXTexObj* spheremap,
|
| D | tg-spheremap.c | 57 static GXTexObj CubeMap0[6]; // a couple of pre-made cube maps 58 static GXTexObj CubeMap1[6]; 59 static GXTexObj SphereMap; // sphere map that is generated from cube map 70 extern void drawSphereMap ( GXTexObj* cubemap, 71 GXTexObj* spheremap,
|
| D | spheremap.c | 46 void drawSphereMap ( GXTexObj* cubemap, 47 GXTexObj* spheremap, 212 void drawSphereMap(GXTexObj *cubemap, // array of six textures in drawSphereMap() 213 GXTexObj *spheremap, // output texture in drawSphereMap()
|
| D | parabolicmap.c | 62 void drawParaboloidMap ( GXTexObj* cubemap, 63 GXTexObj* spheremap, 241 void drawParaboloidMap( GXTexObj *cubemap, // array of six textures in drawParaboloidMap() 242 GXTexObj *spheremap, // output texture in drawParaboloidMap()
|
| D | tg-shadow3.c | 149 static void CreateRampTex8 ( GXTexObj* to ); 150 static void CreateRampTex16 ( GXTexObj* to ); 283 static GXTexObj RampTex8; // 8 bit ramp texture 284 static GXTexObj RampTex16; // 16 bit ramp texture 394 GXTexObj to; in DrawTick() 1413 void CreateRampTex8( GXTexObj* to ) in CreateRampTex8() 1460 void CreateRampTex16( GXTexObj* to ) in CreateRampTex16()
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | tpl.h | 111 void TPLGetGXTexObjFromPalette ( TPLPalettePtr pal, GXTexObj *to, u32 id ); 112 void TPLGetGXTexObjFromPaletteCI ( TPLPalettePtr pal, GXTexObj *to,
|
| D | G2D.h | 52 GXTexObj *to; // Texture object 93 GXTexObj *to; // Source Texture Map (RGBA)
|
| /RvlSDK-3.2.2/include/ |
| D | G2D.h | 49 GXTexObj *to; // Texture object 90 GXTexObj *to; // Source Texture Map (RGBA)
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-tile-data.c | 52 GXTexObj toTilesRGB_1; 54 GXTexObj toTileMap_1;
|
| D | ind-tile-test.c | 25 extern GXTexObj toTilesRGB_1; 27 extern GXTexObj toTileMap_1;
|
| D | ind-warp.c | 86 static GXTexObj imageTexObj; 87 static GXTexObj indTexObj;
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/G2D/ |
| D | G2D-testLevel1.c | 256 static GXTexObj toTilesRGB_1; 257 static GXTexObj toCloudRGBA8_1;
|
| D | G2D-test.c | 56 static GXTexObj toSpritesRGBA8_1;
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-one-op.c | 75 GXTexObj panelTex[NUM_PANELTEX]; 84 GXTexObj sampleTex[NUM_SAMPLETEX]; 105 static void DrawResult ( GXTexObj* tx ); 334 GXTexObj* tobj; in DrawInit() 770 static void DrawResult( GXTexObj* tx ) in DrawResult()
|
| D | tev-ztex.c | 78 GXTexObj texture[NUM_TEXTURES]; 158 static GXTexObj MyTexArray[NUM_TEXTURES]; // texture objects
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/ |
| D | smp-texexample.c | 59 GXTexObj texObj; // texture object in main()
|
| D | smp-toy-draw.c | 112 static GXTexObj WaterTexObj; 113 static GXTexObj BallTexObj;
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-vfilter.c | 164 static void DrawBackgroundTick ( Mtx, GXTexObj * ); 178 GXTexObj texObj,texObj_zebra_1, texObj_zebra_2, texObj_zebra_4; in main() 580 static void DrawBackgroundTick( Mtx v , GXTexObj * texObj){ in DrawBackgroundTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Management/ |
| D | mgt-fifo-brkpt.c | 90 GXTexObj texObj; // texture object in main()
|