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

/frameworks/rs/scriptc/
H A Drs_matrix.rsh41 * rsMatrixLoad<em>Transformation</em> and rsMatrix<em>Transformation</em>. The
130 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix4x4 *m, const float *v);
134 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix3x3 *m, const float *v);
138 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix2x2 *m, const float *v);
156 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix4x4 *v);
160 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix3x3 *v);
164 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix4x4 *m, const rs_matrix2x2 *v);
168 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix3x3 *m, const rs_matrix3x3 *v);
172 extern void __attribute__((overloadable)) rsMatrixLoad(rs_matrix2x2 *m, const rs_matrix2x2 *v);
/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 27 milliseconds