Searched refs:multiplyVector (Results 1 – 5 of 5) sorted by relevance
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
D | PerspectiveProgram.cpp | 36 Matrix::multiplyVector(mLightPosInWorldSpace, mLightModelMatrix, mLightPosInModelSpace); in before() 37 Matrix::multiplyVector(mLightPosInEyeSpace, view, mLightPosInWorldSpace); in before()
|
D | Matrix.h | 54 static void multiplyVector(float* result, const Matrix& lhs,
|
D | Matrix.cpp | 317 void Matrix::multiplyVector(float* result, const Matrix& lhs, in multiplyVector() function in Matrix
|
/cts/suite/cts/deviceTests/opengl/test/ |
D | MatrixTest.cpp | 240 Matrix::multiplyVector(out, m, in); in TEST()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | raytrace.js | 264 multiplyVector : function(v, w) { method in Flog.RayTracer.Vector
|