Home
last modified time | relevance | path

Searched refs:texture (Results 1 – 21 of 21) sorted by relevance

/RvlSDK-3.3/build/demos/nanddemo/tpl/
Dyoshi.tcs12 texture 0 = 0, x ; texture 0 uses image 0, no palette
13 texture 1 = 1, x ; texture 0 uses image 0, no palette
14 texture 2 = 2, x ; texture 0 uses image 0, no palette
15 texture 3 = 3, x ; texture 0 uses image 0, no palette
Dwii.tcs6 texture 0 = 0, x ; texture 0 uses image 0, no palette
/RvlSDK-3.3/build/tools/TexConv/sample/
Dsample.tcs6 ; that demonstrates dolphin texture formats.
141 texture 0 = 0, x ; texture 0 uses image 0, no palette
142 texture 1 = 1, x
143 texture 2 = 2, x
144 texture 3 = 3, 0 ; texture 3 uses image 3, palette 0
145 texture 4 = 4, x
146 texture 5 = 5, x
147 texture 6 = 6, x
148 texture 7 = 7, x
149 texture 8 = 8, x
[all …]
/RvlSDK-3.3/build/demos/gddemo/
Dmakefile79 gd-texture-gc.c \
80 gd-texture-gc-load.c \
81 gd-texture-create.c \
108 gd-texture-gc-load \
109 gd-texture-gc-create \
139 $(FULLBIN_ROOT)/gd-texture-gc-load$(BINSUFFIX): \
140 gd-texture-gc-load.o \
143 $(FULLBIN_ROOT)/gd-texture-gc-create$(BINSUFFIX): \
144 gd-texture-gc.o gd-texture-create.o \
/RvlSDK-3.3/build/demos/gxdemo/src/Texture/
Dtex-fmt-tpl.c70 MyTexObj texture; member
285 GetTplTexture(&sc->texture, sc->texNumber); in DrawInit()
316 sc->modelScale * sc->texture.width / 2, in DrawTick()
317 sc->modelScale * sc->texture.height / 2, in DrawTick()
318 sc->modelScale * sc->texture.height / 2 ); in DrawTick()
327 GXLoadTexObj(&sc->texture.tobj, GX_TEXMAP0); in DrawTick()
372 GetTplTexture(&sc->texture, sc->texNumber); in AnimTick()
377 GetTplTexture(&sc->texture, sc->texNumber); in AnimTick()
386 GetTplTexture(&sc->texture, sc->texNumber); in AnimTick()
393 GetTplTexture(&sc->texture, sc->texNumber); in AnimTick()
Dtex-tlut.c92 MyTextureObj texture[3]; member
233 sc->texture[TEX_CMAP].data = NULL; in DrawInit()
234 sc->texture[TEX_SIMG].data = NULL; in DrawInit()
238 &sc->texture[TEX_BG].tobj, in DrawInit()
247 &sc->texture[TEX_BG].tobj, in DrawInit()
320 GXLoadTexObj(&sc->texture[TEX_BG].tobj, GX_TEXMAP0); in DrawTick()
333 GXLoadTexObj(&sc->texture[TEX_CMAP].tobj, GX_TEXMAP0); in DrawTick()
346 GXLoadTexObj(&sc->texture[TEX_SIMG].tobj, GX_TEXMAP0); in DrawTick()
449 CreateColorMapTexture(&sc->texture[TEX_CMAP], &sc->cmap); in SetScene()
450 CreateSampleImgTexture(&sc->texture[TEX_SIMG], &sc->cmap); in SetScene()
Dtex-invalid.c46 GXTexObj texture[NUM_TEXOBJS]; member
209 &sc->texture[i], in DrawInit()
219 GXInitTexObjUserData(&sc->texture[i], (void*)i); in DrawInit()
322 GXLoadTexObj(&sc->texture[x], GX_TEXMAP0); in DrawTick()
Dtex-tc-alloc.c84 GXTexObj texture[NUM_TEXTURES]; member
261 &sc->texture[i], in DrawInit()
271 &sc->texture[i], in DrawInit()
282 GXInitTexObjUserData(&sc->texture[i], (void*)i); in DrawInit()
347 GXLoadTexObj(&sc->texture[ti], GX_TEXMAP0); in DrawTick()
/RvlSDK-3.3/build/demos/cntdemo/src/
Dstrapcntdemo.c78 MyTexObj texture; member
195 GetTplTexture( MyTplObj, &SceneCtrl.texture, 0 ); in main()
430 (f32)( sc->modelScale * sc->texture.width / 2.0 / TEX_WSCALE ), in DrawTick()
431 (f32)( sc->modelScale * sc->texture.height / 2.0 ), in DrawTick()
432 (f32)( sc->modelScale * sc->texture.height / 2.0 ) ); in DrawTick()
437 GXLoadTexObj( &sc->texture.tobj, GX_TEXMAP0 ); in DrawTick()
489 GetTplTexture( *buffer, &sc->texture, sc->texNumber ); in AnimTick()
505 GetTplTexture( *buffer, &sc->texture, sc->texNumber ); in AnimTick()
/RvlSDK-3.3/build/demos/gxdemo/src/Lighting/
Dlit-cartoon.c73 GXTexObj texture; member
178 &sc->texture, in DrawInit()
187 &sc->texture, in DrawInit()
245 GXLoadTexObj(&sc->texture, GX_TEXMAP0); in DrawTick()
Dlit-texture.c72 GXTexObj texture; member
244 &sc->texture, in DrawInit()
253 &sc->texture, in DrawInit()
304 GXLoadTexObj(&sc->texture, GX_TEXMAP0); in DrawTick()
Dlit-atn-func.c57 GXTexObj texture; member
257 TPLGetGXTexObjFromPalette(MyTplObj, &sc->sub[0].texture, 0); in DrawInit()
258 TPLGetGXTexObjFromPalette(MyTplObj, &sc->sub[1].texture, 1); in DrawInit()
296 GXLoadTexObj(&sc->sub[sc->mode].texture, GX_TEXMAP0); in DrawTick()
/RvlSDK-3.3/build/demos/gxdemo/src/TexGen/
Dtg-light-fx.c78 GXTexObj texture[NUM_MODES]; member
303 &sc->texture[i], in DrawInit()
312 &sc->texture[i], in DrawInit()
370 GXLoadTexObj(&sc->texture[sc->mode], GX_TEXMAP0); in DrawTick()
Dtg-dual.c75 GXTexObj texture[NUM_MODES]; member
187 &sc->texture[i], in DrawInit()
241 GXLoadTexObj(&sc->texture[sc->mode], GX_TEXMAP0); in DrawTick()
/RvlSDK-3.3/build/demos/gxdemo/src/Tev/
Dtev-multi.c61 GXTexObj texture[NUM_TEXMAPS]; member
244 &sc->texture[i], in DrawInit()
254 &sc->texture[i], in DrawInit()
340 GXLoadTexObj(&sc->texture[i], MapIDTbl[i]); in DrawTick()
Dtev-ztex.c78 GXTexObj texture[NUM_TEXTURES]; member
/RvlSDK-3.3/build/demos/gxdemo/
Dmakefile88 Lighting/lit-cartoon.c Lighting/lit-texture.c \
158 lit-dist-atn lit-unclamp lit-cartoon lit-texture \
305 $(FULLBIN_ROOT)/lit-texture$(BINSUFFIX): Lighting/lit-texture.o \
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c825 void *texture; in THPPlayerStop() local
851 texture = PopUsedTextureSet(); in THPPlayerStop()
852 if (texture == NULL) in THPPlayerStop()
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c802 void *texture; in THPPlayerStop() local
829 texture = PopUsedTextureSet(); in THPPlayerStop()
830 if (texture == NULL) in THPPlayerStop()
/RvlSDK-3.3/
Dreadme-RVL_SDK-3_3-2.txt69 (/docs/en_US/PMIC_Library_Guide/texture/)
/RvlSDK-3.3/vcmv/
DReadme_en.txt402 * Updated sample program to display a background texture of the same size
406 * Updated sample program to use a LINEAR texture filter while displaying