Home
last modified time | relevance | path

Searched refs:newLookAt (Results 1 – 5 of 5) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DMatrix.h41 static Matrix* newLookAt(float eyeX, float eyeY, float eyeZ, float centerX,
DMatrix.cpp132 Matrix* Matrix::newLookAt(float eyeX, float eyeY, float eyeZ, float centerX, in newLookAt() function in Matrix
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp130 mViewMatrix = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); in setUp()
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp97 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); in setUpViewMatrix()
/cts/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp92 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ); in setUpViewMatrix()