Searched refs:PVRT_TWO_PI (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTFixedPoint.h83 #define PVRT_TWO_PI PVRT_TWO_PIx macro
103 #define PVRT_TWO_PI PVRT_TWO_PIf macro
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
H A DOGLES2ChameleonMan.cpp588 if(m_fLightPos >= PVRT_TWO_PI)
589 m_fLightPos -= PVRT_TWO_PI;
591 if(m_fWallPos >= PVRT_TWO_PI)
592 m_fWallPos -= PVRT_TWO_PI;

Completed in 95 milliseconds