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

  /cts/tests/openglperf2/jni/graphics/
PerspectiveProgram.h 35 float mLightPosInEyeSpace[4];
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
Light.java 39 private final float[] mLightPosInEyeSpace = new float[4];
73 Matrix.multiplyMV(mLightPosInEyeSpace, 0, viewMatrix, 0, getModelMatrix(), 0);
74 return mLightPosInEyeSpace;

Completed in 5274 milliseconds