Lines Matching defs:z
58 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate()
61 static void SC_MatrixLoadScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadScale()
64 static void SC_MatrixLoadTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadTranslate()
67 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate()
70 static void SC_MatrixScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixScale()
73 static void SC_MatrixTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixTranslate()
166 float rot, float x, float y, float z) { in rsMatrixLoadRotate()
170 float x, float y, float z) { in rsMatrixLoadScale()
174 float x, float y, float z) { in rsMatrixLoadTranslate()
178 float x, float y, float z) { in rsMatrixRotate()
182 float y, float z) { in rsMatrixScale()
186 float y, float z) { in rsMatrixTranslate()