Home
last modified time | relevance | path

Searched refs:multiplyVector (Results 1 – 4 of 4) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DPerspectiveProgram.cpp36 Matrix::multiplyVector(mLightPosInWorldSpace, mLightModelMatrix, mLightPosInModelSpace); in before()
37 Matrix::multiplyVector(mLightPosInEyeSpace, view, mLightPosInWorldSpace); in before()
DMatrix.h54 static void multiplyVector(float* result, const Matrix& lhs,
DMatrix.cpp317 void Matrix::multiplyVector(float* result, const Matrix& lhs, in multiplyVector() function in Matrix
/cts/tests/openglperf2/test/
DMatrixTest.cpp240 Matrix::multiplyVector(out, m, in); in TEST()