Home
last modified time | relevance | path

Searched refs:GXTexObj (Results 1 – 25 of 84) sorted by relevance

1234

/RvlSDK-3.2.2/include/revolution/gx/
DGXTexture.h111 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 …]
DGXGet.h177 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 …]
DGXStruct.h153 } GXTexObj; typedef
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-tc-alloc.c84 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()
Dtex-mix-mode.c58 GXTexObj texObjs[NUM_TEXTURES];
86 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID );
528 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback()
Dtex-invalid.c46 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/
Dtg-parabolicmap.c43 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,
Dtg-spheremap.c57 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,
Dspheremap.c46 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()
Dparabolicmap.c62 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()
Dtg-shadow3.c149 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/
Dtpl.h111 void TPLGetGXTexObjFromPalette ( TPLPalettePtr pal, GXTexObj *to, u32 id );
112 void TPLGetGXTexObjFromPaletteCI ( TPLPalettePtr pal, GXTexObj *to,
DG2D.h52 GXTexObj *to; // Texture object
93 GXTexObj *to; // Source Texture Map (RGBA)
/RvlSDK-3.2.2/include/
DG2D.h49 GXTexObj *to; // Texture object
90 GXTexObj *to; // Source Texture Map (RGBA)
/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-tile-data.c52 GXTexObj toTilesRGB_1;
54 GXTexObj toTileMap_1;
Dind-tile-test.c25 extern GXTexObj toTilesRGB_1;
27 extern GXTexObj toTileMap_1;
Dind-warp.c86 static GXTexObj imageTexObj;
87 static GXTexObj indTexObj;
/RvlSDK-3.2.2/build/demos/gxdemo/src/G2D/
DG2D-testLevel1.c256 static GXTexObj toTilesRGB_1;
257 static GXTexObj toCloudRGBA8_1;
DG2D-test.c56 static GXTexObj toSpritesRGBA8_1;
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-one-op.c75 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()
Dtev-ztex.c78 GXTexObj texture[NUM_TEXTURES];
158 static GXTexObj MyTexArray[NUM_TEXTURES]; // texture objects
/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-texexample.c59 GXTexObj texObj; // texture object in main()
Dsmp-toy-draw.c112 static GXTexObj WaterTexObj;
113 static GXTexObj BallTexObj;
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-vfilter.c164 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/
Dmgt-fifo-brkpt.c90 GXTexObj texObj; // texture object in main()

1234