Lines Matching refs:texCtrl
68 MyTexCtrlObj texCtrl; member
153 StatusMessage(SceneCtrl.texCtrl.numPreload); in main()
214 &sc->texCtrl.texObjs[i], in DrawInit()
224 &sc->texCtrl.texObjs[i], in DrawInit()
243 sc->texCtrl.numPreload = 0; in DrawInit()
267 ConfigureTmemMap(&sc->texCtrl); in DrawTick()
279 InitTexNumGen(&sc->texCtrl); in DrawTick()
298 DrawCube(&sc->texCtrl); in DrawTick()
325 if ( ( down & PAD_TRIGGER_L ) && sc->texCtrl.numPreload > 0 ) in AnimTick()
327 sc->texCtrl.numPreload -= 1; in AnimTick()
328 StatusMessage(sc->texCtrl.numPreload); in AnimTick()
331 if ( ( down & PAD_TRIGGER_R ) && sc->texCtrl.numPreload < NUM_REGIONS - 1 ) in AnimTick()
333 sc->texCtrl.numPreload += 1; in AnimTick()
334 StatusMessage(sc->texCtrl.numPreload); in AnimTick()