Searched +defs:z +defs:j (Results 1 – 1 of 1) sorted by relevance
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 76 void Matrix::translate(float x, float y, float z) { in translate() 86 void Matrix::scale(float x, float y, float z) { in scale() 96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate() 113 float z = 0; in multiply() local 116 for (int j = 0; j < 4; j++) { in multiply() local 225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate() 235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale() 245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate() 322 const float z = rhs[2]; in multiplyVector() local 325 const int j = i * 4; in multiplyVector() local
|