Home
last modified time | relevance | path

Searched refs:mLightModelMatrix (Results 1 – 2 of 2) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DPerspectiveProgram.cpp34 mLightModelMatrix.identity(); in before()
36 Matrix::multiplyVector(mLightPosInWorldSpace, mLightModelMatrix, mLightPosInModelSpace); in before()
DPerspectiveProgram.h32 Matrix mLightModelMatrix; variable