Searched defs:rsMatrixLoad (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_matrix.c56 rsMatrixLoad(rs_matrix4x4 *m, const float *f) { function
75 rsMatrixLoad(rs_matrix3x3 *m, const float *f) { function
87 rsMatrixLoad(rs_matrix2x2 *m, const float *f) { function
95 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix4x4 *s) { function
114 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix3x3 *v) { function
133 rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix2x2 *v) { function
152 rsMatrixLoad(rs_matrix3x3 *m, const rs_matrix3x3 *s) { function
164 rsMatrixLoad(rs_matrix2x2 *m, const rs_matrix2x2 *s) { function
261 rsMatrixLoad(ret, &result);
288 rsMatrixLoad(re
[all...]

Completed in 1187 milliseconds