Home
last modified time | relevance | path

Searched refs:projectionMatrix (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DDrawParameters.java28 public void update(float[] viewMatrix, float[] projectionMatrix) { in update() argument
30 mProjectionMatrix = projectionMatrix; in update()
33 public void update(float[] viewMatrix, float[] projectionMatrix, Light light) { in update() argument
34 update(viewMatrix, projectionMatrix); in update()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
DRenderable.java55 float[] projectionMatrix) { in updateMvpMatrix() argument
61 Matrix.multiplyMM(mMvpMatrix, 0, projectionMatrix, 0, mMvMatrix, 0); in updateMvpMatrix()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DComplexMovementRenderer.java253 float[] projectionMatrix = new float[16]; in calculateProjectionMatrix() local
254 Matrix.frustumM(projectionMatrix, 0, in calculateProjectionMatrix()
260 return projectionMatrix; in calculateProjectionMatrix()