Searched defs:rhs_ij (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/ |
D | rsMatrix2x2.cpp | 51 const float rhs_ij = ((const Matrix2x2 *)rhs)->get(i, j); in loadMultiply() local
|
D | rsMatrix3x3.cpp | 57 const float rhs_ij = ((const Matrix3x3 *)rhs)->get(i, j); in loadMultiply() local
|
D | rsMatrix4x4.cpp | 262 const float rhs_ij = ((const Matrix4x4 *)rhs)->get(i,j); in loadMultiply() local
|
/frameworks/rs/driver/runtime/ |
D | rs_matrix.c | 250 const float rhs_ij = rsMatrixGet(rhs, i, j); in rsMatrixLoadMultiply() local 279 const float rhs_ij = rsMatrixGet(rhs, i, j); in rsMatrixLoadMultiply() local 305 const float rhs_ij = rsMatrixGet(rhs, i, j); in rsMatrixLoadMultiply() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix2f.java | 138 float rhs_ij = rhs.get(i,j); in loadMultiply() local
|
D | Matrix3f.java | 213 float rhs_ij = rhs.get(i,j); in loadMultiply() local
|
D | Matrix4f.java | 232 float rhs_ij = rhs.get(i,j); in loadMultiply() local
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Matrix2f.java | 141 float rhs_ij = rhs.get(i,j); in loadMultiply() local
|
D | Matrix3f.java | 216 float rhs_ij = rhs.get(i,j); in loadMultiply() local
|
D | Matrix4f.java | 233 float rhs_ij = rhs.get(i,j); in loadMultiply() local
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 261 const float rhs_ij = rhs.m[ I(i,j) ]; in multiply() local
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 554 const float rhs_ij = rhs[ I(i,j) ]; in multiplyMM() local
|