OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_fDemoFrameRate
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp
37
const float
g_fDemoFrameRate
= 1.0f / 90.0f;
523
m_DisplacementFactor += (float)ulDeltaTime *
g_fDemoFrameRate
;
533
m_DisplacementFactor -= (float)ulDeltaTime *
g_fDemoFrameRate
;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
27
const float
g_fDemoFrameRate
= 0.02f;
580
m_fFrame += fDelta *
g_fDemoFrameRate
;
Completed in 486 milliseconds