Home
last modified time | relevance | path

Searched refs:tex (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/
Dmakefile61 DisplayList/DL-geom.c DisplayList/DL-tex.c \
119 Texture/tex-fmt-cube.c Texture/tex-fmt-cubeData.c \
120 Texture/tex-filter.c Texture/tex-fmt-tpl.c \
121 Texture/tex-wrap.c Texture/tex-tlut.c \
122 Texture/tex-tlutData.c Texture/tex-layer.c \
123 Texture/tex-2-tex.c Texture/tex-tc-alloc.c \
124 Texture/tex-preload.c Texture/tex-mix-mode.c \
125 Texture/tex-invalid.c Texture/tex-lod.c \
126 Texture/tex-tlut32.c \
144 DL-geom DL-tex DL-tf-mtx \
[all …]
/RvlSDK-3.3/build/demos/fntdemo/src/
Dfntdemo1.c115 const FNTTexture* tex, in DrawChar() argument
119 f32 posLeft = x + tex->left * scaleX; in DrawChar()
121 f32 posRight = posLeft + tex->glyphWidth * scaleX; in DrawChar()
122 f32 posBottom = posTop + tex->charHeight * scaleY; in DrawChar()
124 u16 texLeft = (u16)(tex->cellX in DrawChar()
125 * TEXTURE_COODINATE_ONE / tex->texWidth); in DrawChar()
126 u16 texTop = (u16)(tex->cellY in DrawChar()
127 * TEXTURE_COODINATE_ONE / tex->texHeight); in DrawChar()
128 u16 texRight = (u16)((tex->cellX + tex->glyphWidth) in DrawChar()
129 * TEXTURE_COODINATE_ONE / tex->texWidth); in DrawChar()
[all …]
/RvlSDK-3.3/RVL/bin/demos/gxdemo/
Dsmp-onetri.dlf58 0x00000000f6ebb3e4,"C:/Nintendo/Revolution/RVL_SDK/dvddata\cxdemo\tex-01.tpl"
59 0x00000000f6f36084,"C:/Nintendo/Revolution/RVL_SDK/dvddata\cxdemo\tex-01_HUFF.bin"
60 0x00000000f6f95a2c,"C:/Nintendo/Revolution/RVL_SDK/dvddata\cxdemo\tex-01_LZ.bin"
61 0x00000000f6fc77d8,"C:/Nintendo/Revolution/RVL_SDK/dvddata\cxdemo\tex-01_RL.bin"
99 0x00000000f8a61e7c,"C:/Nintendo/Revolution/RVL_SDK/dvddata\gxTests\tex-01.tpl"
100 0x00000000f8adcb1c,"C:/Nintendo/Revolution/RVL_SDK/dvddata\gxTests\tex-02\ci8_1.tpl"
101 0x00000000f8b5cd7c,"C:/Nintendo/Revolution/RVL_SDK/dvddata\gxTests\tex-02\ci8_2.tpl"
102 0x00000000f8bdcfdc,"C:/Nintendo/Revolution/RVL_SDK/dvddata\gxTests\tex-02\cmp_1.tpl"
103 0x00000000f8c1d01c,"C:/Nintendo/Revolution/RVL_SDK/dvddata\gxTests\tex-02\cmp_1mm.tpl"
104 0x00000000f8c725fc,"C:/Nintendo/Revolution/RVL_SDK/dvddata\gxTests\tex-02\cmp_even.tpl"
[all …]
/RvlSDK-3.3/RVL/bin/tools/
DNmenu.dlf58 0x00000000f6ebb3e4,"C:\Nintendo\Revolution\RVL_SDK\dvddata\cxdemo\tex-01.tpl"
59 0x00000000f6f36084,"C:\Nintendo\Revolution\RVL_SDK\dvddata\cxdemo\tex-01_HUFF.bin"
60 0x00000000f6f95a2c,"C:\Nintendo\Revolution\RVL_SDK\dvddata\cxdemo\tex-01_LZ.bin"
61 0x00000000f6fc77d8,"C:\Nintendo\Revolution\RVL_SDK\dvddata\cxdemo\tex-01_RL.bin"
99 0x00000000f8a61e7c,"C:\Nintendo\Revolution\RVL_SDK\dvddata\gxTests\tex-01.tpl"
100 0x00000000f8adcb1c,"C:\Nintendo\Revolution\RVL_SDK\dvddata\gxTests\tex-02\ci8_1.tpl"
101 0x00000000f8b5cd7c,"C:\Nintendo\Revolution\RVL_SDK\dvddata\gxTests\tex-02\ci8_2.tpl"
102 0x00000000f8bdcfdc,"C:\Nintendo\Revolution\RVL_SDK\dvddata\gxTests\tex-02\cmp_1.tpl"
103 0x00000000f8c1d01c,"C:\Nintendo\Revolution\RVL_SDK\dvddata\gxTests\tex-02\cmp_1mm.tpl"
104 0x00000000f8c725fc,"C:\Nintendo\Revolution\RVL_SDK\dvddata\gxTests\tex-02\cmp_even.tpl"
[all …]
/RvlSDK-3.3/build/demos/gxdemo/src/Indirect/
Dind-pseudo-3d.c65 void createMap(u8 *tex);
87 void createMap(u8 *tex) in createMap() argument
104 tex[off] = (u8) n; in createMap()
108 DCFlushRange((void *) tex, IMW*IMH); in createMap()
/RvlSDK-3.3/include/revolution/
Dfnt.h113 FNTTexture* tex );