Searched +defs:D +defs:z (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 201 const float D = 2.0f * (far * near * r_depth); in newFrustum() 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
|