Lines Matching full:destination
212 * If loading from a matrix and the source is smaller than the destination, the rest
213 * of the destination is filled with elements of the identity matrix. E.g.
223 * destination: Matrix to set.
228 rsMatrixLoad(rs_matrix4x4* destination, const float* array);
231 rsMatrixLoad(rs_matrix3x3* destination, const float* array);
234 rsMatrixLoad(rs_matrix2x2* destination, const float* array);
237 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix4x4* source);
240 rsMatrixLoad(rs_matrix3x3* destination, const rs_matrix3x3* source);
243 rsMatrixLoad(rs_matrix2x2* destination, const rs_matrix2x2* source);
246 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix3x3* source);
249 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix2x2* source);