Searched refs:eyeZ (Results 1 – 6 of 6) sorted by relevance
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 117 float eyeZ = 1.5f; in setUp() local 130 mViewMatrix = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); in setUp()
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.h | 41 static Matrix* newLookAt(float eyeX, float eyeY, float eyeZ, float centerX,
|
D | Matrix.cpp | 132 Matrix* Matrix::newLookAt(float eyeX, float eyeY, float eyeZ, float centerX, in newLookAt() argument 141 float fz = centerZ - eyeZ; in newLookAt() 186 m->translate(-eyeX, -eyeY, -eyeZ); in newLookAt()
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 84 float eyeZ = 10.0f; in setUpViewMatrix() local 97 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); in setUpViewMatrix()
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | FlockingScene.cpp | 79 float eyeZ = 10.0f; in setUpViewMatrix() local 92 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); in setUpViewMatrix()
|
/cts/tests/openglperf2/test/ |
D | MatrixTest.cpp | 141 float eyeZ = 6.0f; in TEST() local 154 Matrix* m = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, in TEST()
|