Home
last modified time | relevance | path

Searched refs:tobj (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-reinit-gx.c292 GXTexObj tobj; in ReInitTexture() local
296 GXInitTexObj(&tobj, NullTexData, NULLTEX_WIDTH, NULLTEX_HEIGHT, in ReInitTexture()
299 GXLoadTexObj(&tobj, GX_TEXMAP0); in ReInitTexture()
302 GXLoadTexObj(&tobj, GX_TEXMAP1); in ReInitTexture()
303 GXLoadTexObj(&tobj, GX_TEXMAP2); in ReInitTexture()
304 GXLoadTexObj(&tobj, GX_TEXMAP3); in ReInitTexture()
305 GXLoadTexObj(&tobj, GX_TEXMAP4); in ReInitTexture()
306 GXLoadTexObj(&tobj, GX_TEXMAP5); in ReInitTexture()
307 GXLoadTexObj(&tobj, GX_TEXMAP6); in ReInitTexture()
308 GXLoadTexObj(&tobj, GX_TEXMAP7); in ReInitTexture()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-tlut.c72 GXTexObj tobj; member
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()
576 &to->tobj, in CreateColorMapTexture()
586 &to->tobj, in CreateColorMapTexture()
705 &to->tobj, in CreateSampleImgTexture()
715 &to->tobj, in CreateSampleImgTexture()
Dtex-fmt-tpl.c61 GXTexObj tobj; member
327 GXLoadTexObj(&sc->texture.tobj, GX_TEXMAP0); in DrawTick()
448 &to->tobj, in GetTplTexture()
469 &to->tobj, in GetTplTexture()
480 &to->tobj, in GetTplTexture()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-one-op.c334 GXTexObj* tobj; in DrawInit() local
364 tobj = &sc->tevState.panelTex[i]; in DrawInit()
369 tobj = &sc->sampleTex[i - NUM_PANELTEX]; in DrawInit()
373 tobj, in DrawInit()
383 tobj, in DrawInit()
/RvlSDK-3.2.2/build/demos/fntdemo/src/
Dfntdemo1.c135 GXTexObj tobj; in DrawChar() local
137 GXInitTexObj(&tobj, tex->image, tex->texWidth, tex->texHeight, in DrawChar()
139 GXInitTexObjLOD(&tobj, filter, filter, 0, 0, 0, in DrawChar()
141 GXLoadTexObj(&tobj, GX_TEXMAP0); in DrawChar()
/RvlSDK-3.2.2/build/demos/cntdemo/src/
Dstrapcntdemo.c64 GXTexObj tobj; member
323 &to->tobj, in GetTplTexture()
434 GXLoadTexObj( &sc->texture.tobj, GX_TEXMAP0 ); in DrawTick()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-copy.c63 GXTexObj tobj; member
378 GXLoadTexObj(&sc->copyTex.tobj, GX_TEXMAP0); in DrawTick()
726 &ct->tobj, in CopyTextureFromFB()
735 &ct->tobj, in CopyTextureFromFB()