Searched refs:SC_MatrixLoadOrtho (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 77 static void SC_MatrixLoadOrtho(Matrix4x4 *m, float l, float r, float b, float t, float n, float f) { in SC_MatrixLoadOrtho() function 190 SC_MatrixLoadOrtho((Matrix4x4 *) m, l, r, b, t, n, f); in rsMatrixLoadOrtho()
|