Home
last modified time | relevance | path

Searched refs:fFOV (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp426 float fFOV; in InitView() local
435 fFOV = m_Scene.GetCameraPos( vFrom, vTo, g_ui32Camera); // vTo is taken from the target node in InitView()
437 fFOV = m_Scene.GetCamera( vFrom, vTo, vUp, g_ui32Camera); // vTo is calculated from the rotation in InitView()
444 …m_Projection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(p… in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp610 float fFOV; in RenderScene() local
617 fFOV = m_Scene.GetCameraPos( vFrom, vTo, 0); // vTo is taken from the target node in RenderScene()
619 fFOV = m_Scene.GetCamera( vFrom, vTo, vUp, 0); // vTo is calculated from the rotation in RenderScene()
621fFOV *= bRotate ? (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight) : (float)PVRShellGe… in RenderScene()
630 …mProjection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(p… in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h138 VERTTYPE fFOV; /*!< Field of view */ member
DPVRTModelPOD.cpp973 if(!WriteData32(pFile, ePODFileCamFOV, &s.pCamera[i].fFOV)) return false; in WritePOD()
1233 case ePODFileCamFOV: if(!src.Read32(s.fFOV)) return false; break; in ReadCamera()
2759 return pCam->fFOV;
2813 return pCam->fFOV;