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