HomeSort by relevance Sort by last modified time
    Searched defs:projectionMatrix (Results 1 - 2 of 2) sorted by null

  /external/eigen/demos/opengl/
camera.cpp 232 const Matrix4f& Camera::projectionMatrix(void) const
241 gpu.loadMatrix(projectionMatrix(),GL_PROJECTION);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
ComplexMovementRenderer.java 253 float[] projectionMatrix = new float[16];
254 Matrix.frustumM(projectionMatrix, 0,
260 return projectionMatrix;

Completed in 1472 milliseconds