Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
DLight.java39 private final float[] mLightPosInEyeSpace = new float[4]; field in Light
73 Matrix.multiplyMV(mLightPosInEyeSpace, 0, viewMatrix, 0, getModelMatrix(), 0); in getPositionInEyeSpace()
74 return mLightPosInEyeSpace; in getPositionInEyeSpace()
/cts/tests/openglperf2/jni/graphics/
DPerspectiveMeshNode.cpp58 glUniform3f(prog.mLightPosHandle, prog.mLightPosInEyeSpace[0], prog.mLightPosInEyeSpace[1], in before()
59 prog.mLightPosInEyeSpace[2]); in before()
DPerspectiveProgram.h35 float mLightPosInEyeSpace[4]; variable
DPerspectiveProgram.cpp37 Matrix::multiplyVector(mLightPosInEyeSpace, view, mLightPosInWorldSpace); in before()
/cts/tests/openglperf2/jni/reference/scene/flocking/
DWaterMeshNode.cpp62 glUniform3f(prog.mLightPosHandle, prog.mLightPosInEyeSpace[0], prog.mLightPosInEyeSpace[1], in before()
63 prog.mLightPosInEyeSpace[2]); in before()