| /RvlSDK-3.3/build/demos/nanddemo/tpl/ |
| D | yoshi.tcs | 12 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
|
| D | wii.tcs | 6 texture 0 = 0, x ; texture 0 uses image 0, no palette
|
| /RvlSDK-3.3/build/tools/TexConv/sample/ |
| D | sample.tcs | 6 ; 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/ |
| D | makefile | 79 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/ |
| D | tex-fmt-tpl.c | 70 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()
|
| D | tex-tlut.c | 92 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()
|
| D | tex-invalid.c | 46 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()
|
| D | tex-tc-alloc.c | 84 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/ |
| D | strapcntdemo.c | 78 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/ |
| D | lit-cartoon.c | 73 GXTexObj texture; member 178 &sc->texture, in DrawInit() 187 &sc->texture, in DrawInit() 245 GXLoadTexObj(&sc->texture, GX_TEXMAP0); in DrawTick()
|
| D | lit-texture.c | 72 GXTexObj texture; member 244 &sc->texture, in DrawInit() 253 &sc->texture, in DrawInit() 304 GXLoadTexObj(&sc->texture, GX_TEXMAP0); in DrawTick()
|
| D | lit-atn-func.c | 57 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/ |
| D | tg-light-fx.c | 78 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()
|
| D | tg-dual.c | 75 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/ |
| D | tev-multi.c | 61 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()
|
| D | tev-ztex.c | 78 GXTexObj texture[NUM_TEXTURES]; member
|
| /RvlSDK-3.3/build/demos/gxdemo/ |
| D | makefile | 88 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/ |
| D | THPPlayer.c | 825 void *texture; in THPPlayerStop() local 851 texture = PopUsedTextureSet(); in THPPlayerStop() 852 if (texture == NULL) in THPPlayerStop()
|
| /RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 802 void *texture; in THPPlayerStop() local 829 texture = PopUsedTextureSet(); in THPPlayerStop() 830 if (texture == NULL) in THPPlayerStop()
|
| /RvlSDK-3.3/ |
| D | readme-RVL_SDK-3_3-2.txt | 69 (/docs/en_US/PMIC_Library_Guide/texture/)
|
| /RvlSDK-3.3/vcmv/ |
| D | Readme_en.txt | 402 * Updated sample program to display a background texture of the same size 406 * Updated sample program to use a LINEAR texture filter while displaying
|