Searched refs:LookAtRH (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/ |
D | OGLES2DisplacementMap.cpp | 441 m_View = PVRTMat4::LookAtRH(vFrom, vTo, vUp); in InitView()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/ |
D | OGLES3ColourGrading.cpp | 597 …m_mViewProjection *= PVRTMat4::LookAtRH(PVRTVec3(0.f, 0.f, 150.f), PVRTVec3(0.f), PVRTVec3(0.f, 1.… in InitView()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | OGLES2ChameleonMan.cpp | 627 mView = PVRTMat4::LookAtRH(vFrom, vTo, vUp); in RenderScene()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVector.h | 1911 static PVRTMat4 LookAtRH(const PVRTVec3& vEye, const PVRTVec3& vAt, const PVRTVec3& vUp) in LookAtRH() function
|