Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h148 struct SPODLight { struct
277 SPODLight *pLight; /*!< Light nodes array */
850 void PVRTModelPODCopyLight(const SPODLight &in, SPODLight &out);
DPVRTModelPOD.cpp1253 SPODLight &s, in ReadLight()
4024 void PVRTModelPODCopyLight(const SPODLight &in, SPODLight &out)
4026 memcpy(&out, &in, sizeof(SPODLight));