HomeSort by relevance Sort by last modified time
    Searched refs:RotationY (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 708 mWorld *= PVRTMat4::RotationY(m_fWallPos);
723 mWorld = mWallWorld * PVRTMat4::RotationY(m_fWallPos) * mWallWorld.inverse() * mWorld;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.cpp 155 @Function RotationY
160 PVRTMat3 PVRTMat3::RotationY(VERTTYPE angle)
196 @Function RotationY
201 PVRTMat4 PVRTMat4::RotationY(VERTTYPE angle)
PVRTVector.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 739 PVRTMat4 mModel = PVRTMat4::RotationY(ulTime * 0.0015f);
  /prebuilts/ndk/r16/sources/android/ndk_helper/
vecmath.cpp 217 Mat4 Mat4::RotationY( const float fAngle )
vecmath.h 922 static Mat4 RotationY( const float angle );

Completed in 116 milliseconds