HomeSort by relevance Sort by last modified time
    Searched refs:rsMatrixLoadIdentity (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colormatrix.rs 23 rsMatrixLoadIdentity(&Mat);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colormatrix.fs 22 rsMatrixLoadIdentity(&Mat);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
colormatrix.rs 23 rsMatrixLoadIdentity(&Mat);
  /frameworks/rs/scriptc/
rs_matrix.rsh 109 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix4x4 *m);
113 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix3x3 *m);
117 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_matrix.rsh 76 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix4x4 *m);
80 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix3x3 *m);
84 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_matrix.rsh 76 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix4x4 *m);
80 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix3x3 *m);
84 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_matrix.rsh 76 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix4x4 *m);
80 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix3x3 *m);
84 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 109 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix4x4 *m);
113 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix3x3 *m);
117 extern void __attribute__((overloadable)) rsMatrixLoadIdentity(rs_matrix2x2 *m);
  /frameworks/rs/driver/runtime/
rs_matrix.c 16 rsMatrixLoadIdentity(rs_matrix4x4 *m) {
36 rsMatrixLoadIdentity(rs_matrix3x3 *m) {
48 rsMatrixLoadIdentity(rs_matrix2x2 *m) {

Completed in 104 milliseconds