OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_fCameraNear
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp
34
const float
g_fCameraNear
= 4.0f;
444
m_Projection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight),
g_fCameraNear
, g_fCameraFar, PVRTMat4::OGL, bRotate);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp
24
const float
g_fCameraNear
= 4.0f;
630
mProjection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight),
g_fCameraNear
, g_fCameraFar, PVRTMat4::OGL, bRotate);
Completed in 520 milliseconds