Home
last modified time | relevance | path

Searched refs:RotationY (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp708 mWorld *= PVRTMat4::RotationY(m_fWallPos); in RenderScene()
723 mWorld = mWallWorld * PVRTMat4::RotationY(m_fWallPos) * mWallWorld.inverse() * mWorld; in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVector.cpp160 PVRTMat3 PVRTMat3::RotationY(VERTTYPE angle) in RotationY() function in PVRTMat3
201 PVRTMat4 PVRTMat4::RotationY(VERTTYPE angle) in RotationY() function in PVRTMat4
DPVRTVector.h1316 static PVRTMat3 RotationY(VERTTYPE angle);
1796 static PVRTMat4 RotationY(VERTTYPE angle);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp739 PVRTMat4 mModel = PVRTMat4::RotationY(ulTime * 0.0015f); in RenderScene()