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()
165 float rot, float x, float y, float z) { in rsMatrixLoadRotate()
169 float x, float y, float z) { in rsMatrixLoadScale()
173 float x, float y, float z) { in rsMatrixLoadTranslate()
177 float x, float y, float z) { in rsMatrixRotate()
181 float y, float z) { in rsMatrixScale()
185 float y, float z) { in rsMatrixTranslate()