Searched refs:eyeY (Results 1 – 6 of 6) sorted by relevance
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 116 float eyeY = 0.0f; 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 140 float fy = centerY - eyeY; in newLookAt() 186 m->translate(-eyeX, -eyeY, -eyeZ); in newLookAt()
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 83 float eyeY = 0.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 | 78 float eyeY = 0.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 | 140 float eyeY = 0.0f; in TEST() local 154 Matrix* m = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, in TEST()
|