Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
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/
DOGLES2ChameleonMan.cpp588 if(m_fLightPos >= PVRT_TWO_PI) in RenderScene()
589 m_fLightPos -= PVRT_TWO_PI; in RenderScene()
591 if(m_fWallPos >= PVRT_TWO_PI) in RenderScene()
592 m_fWallPos -= PVRT_TWO_PI; in RenderScene()