Searched defs:fovy (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 80 static void SC_MatrixLoadPerspective(Matrix4x4 *m, float fovy, float aspect, float near, float far)… in SC_MatrixLoadPerspective() 186 float fovy, float aspect, float near, float far) { in rsMatrixLoadPerspective()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 111 public static void gluPerspective(GL10 gl, float fovy, float aspect, in gluPerspective()
|
D | Matrix.java | 381 float fovy, float aspect, float zNear, float zFar) { in perspectiveM()
|
/frameworks/rs/ |
D | rsMatrix4x4.cpp | 298 void Matrix4x4::loadPerspective(float fovy, float aspect, float near, float far) { in loadPerspective()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix4f.java | 311 public void loadPerspective(float fovy, float aspect, float near, float far) { in loadPerspective()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix4f.java | 310 public void loadPerspective(float fovy, float aspect, float near, float far) { in loadPerspective()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 502 static void gluPerspective(GLfloat fovy, GLfloat aspect, in gluPerspective()
|