Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h152 PVRTfloat32 fConstantAttenuation; /*!< Constant attenuation */ member
DPVRTModelPOD.cpp989 …if(!WriteData32(pFile, ePODFileLightConstantAttenuation, &s.pLight[i].fConstantAttenuation)) retu… in WritePOD()
1267 …case ePODFileLightConstantAttenuation: if(!src.Read32(s.fConstantAttenuation)) return false; bre… in ReadLight()