Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h239 PVRTint32 nIdxTexReflection; /*!< Idx into pTexture for the reflection texture */ member
DPVRTModelPOD.cpp1018 …if(!WriteData32(pFile, ePODFileMatIdxTexReflection, &s.pMaterial[i].nIdxTexReflection)) return fal… in WritePOD()
1301 s.nIdxTexReflection = -1; in ReadMaterial()
1335 case ePODFileMatIdxTexReflection: if(!src.Read32(s.nIdxTexReflection)) return false; break; in ReadMaterial()
4547 if(!MergeTexture(src, dst, srcMaterial.nIdxTexReflection, dstMaterial.nIdxTexReflection))