HomeSort by relevance Sort by last modified time
    Searched refs:multiplyVector (Results 1 - 5 of 5) sorted by null

  /cts/tests/openglperf2/jni/graphics/
PerspectiveProgram.cpp 36 Matrix::multiplyVector(mLightPosInWorldSpace, mLightModelMatrix, mLightPosInModelSpace);
37 Matrix::multiplyVector(mLightPosInEyeSpace, view, mLightPosInWorldSpace);
Matrix.h 54 static void multiplyVector(float* result, const Matrix& lhs,
Matrix.cpp 317 void Matrix::multiplyVector(float* result, const Matrix& lhs,
  /cts/tests/openglperf2/test/
MatrixTest.cpp 240 Matrix::multiplyVector(out, m, in);
  /external/v8/benchmarks/
raytrace.js 264 multiplyVector : function(v, w) {

Completed in 77 milliseconds