Searched defs:fovy (Results 1 - 10 of 10) sorted by relevance

/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c167 float fovy, float aspect,
171 frustumH = tanf(fovy / 360.f * PI) * nearZ;
166 Matrix4x4_Perspective(Matrix4x4 mat, float fovy, float aspect, float nearZ, float farZ) argument
H A Ddemo.c716 static void gluPerspective(GLfloat fovy, GLfloat aspect, argument
721 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1983 @param[in] fovy angle of view (vertical)
1991 static PVRTMat4 PerspectiveFovRH(VERTTYPE fovy, VERTTYPE aspect, VERTTYPE nearPlane, VERTTYPE farPlane, const eClipspace cs, bool bRotate = false) argument
1992 { return PerspectiveFov(fovy, aspect, nearPlane, farPlane, cs, true, bRotate); }
1996 @param[in] fovy angle of view (vertical)
2004 static PVRTMat4 PerspectiveFovLH(VERTTYPE fovy, VERTTYPE aspect, VERTTYPE nearPlane, VERTTYPE farPlane, const eClipspace cs, bool bRotate = false) argument
2005 { return PerspectiveFov(fovy, aspect, nearPlane, farPlane, cs, false, bRotate); }
2010 @param[in] fovy angle of view (vertical)
2017 static PVRTMat4 PerspectiveFovFloatDepthRH(VERTTYPE fovy, VERTTYPE aspect, VERTTYPE nearPlane, const eClipspace cs, bool bRotate = false) argument
2018 { return PerspectiveFovFloatDepth(fovy, aspect, nearPlane, cs, true, bRotate); }
2022 @param[in] fovy angl
2029 PerspectiveFovFloatDepthLH(VERTTYPE fovy, VERTTYPE aspect, VERTTYPE nearPlane, const eClipspace cs, bool bRotate = false) argument
2169 PerspectiveFov( VERTTYPE fovy, VERTTYPE aspect, VERTTYPE nearPlane, VERTTYPE farPlane, const eClipspace cs, bool bRightHanded, bool bRotate = false) argument
2192 PerspectiveFovFloatDepth( VERTTYPE fovy, VERTTYPE aspect, VERTTYPE nearPlane, const eClipspace cs, bool bRightHanded, bool bRotate = false) argument
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 166 milliseconds