OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRT_TWO_PI
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTFixedPoint.h
83
#define
PVRT_TWO_PI
PVRT_TWO_PIx
103
#define
PVRT_TWO_PI
PVRT_TWO_PIf
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
588
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 68 milliseconds