Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h647 PVRTVec4 GetLightDirection(const unsigned int u32Idx) const;
DPVRTModelPOD.cpp2873 PVRTVec4 CPVRTModelPOD::GetLightDirection(const unsigned int u32Idx) const function in CPVRTModelPOD
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp418 m_LightDir = m_Scene.GetLightDirection(0); in InitView()