Lines Matching refs:tdp
218 TPLDescriptorPtr tdp; in DrawInit() local
241 tdp = TPLGet(MyTplObj, i % n); in DrawInit()
245 tdp->textureHeader->data, in DrawInit()
246 tdp->textureHeader->width, in DrawInit()
247 tdp->textureHeader->height, in DrawInit()
248 (GXTexFmt)tdp->textureHeader->format, in DrawInit()
249 tdp->textureHeader->wrapS, // s in DrawInit()
250 tdp->textureHeader->wrapT, // t in DrawInit()
257 tdp->textureHeader->minLOD, in DrawInit()
258 tdp->textureHeader->maxLOD, in DrawInit()
259 tdp->textureHeader->LODBias, in DrawInit()
261 tdp->textureHeader->edgeLODEnable, in DrawInit()