Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-atn-func.c58 u32 funcType; member
227 sc->sub[0].funcType = 1; in DrawInit()
229 sc->sub[1].funcType = 1; in DrawInit()
279 SpFnTable[sc->sub[0].funcType] ); in DrawTick()
284 DaFnTable[sc->sub[1].funcType] ); in DrawTick()
381 sc->sub[m].funcType = ( sc->sub[m].funcType + 1 ) % max; in AnimTick()
386 sc->sub[m].funcType = ( sc->sub[m].funcType + max - 1 ) % max; in AnimTick()
581 OSReport("Function=%s ", SpFnStr[sc->sub[0].funcType]); in StatusMessage()
588 OSReport("Function=%s ", DaFnStr[sc->sub[1].funcType]); in StatusMessage()