Searched refs:multiply (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/rs/tests/cpp_api/cpp-globalguard/
H A Dmultiply.rs21 uint32_t RS_KERNEL multiply(uint32_t in) {
H A DAndroid.mk10 multiply.rs \
/frameworks/rs/tests/cpp_api/cppallocation/
H A Dmultiply.rs21 uint32_t RS_KERNEL multiply(uint32_t in) {
H A DAndroid.mk10 multiply.rs \
/frameworks/rs/tests/cpp_api/cppstrided/
H A Dmultiply.rs21 uint32_t RS_KERNEL multiply(uint32_t in) {
H A DAndroid.mk10 multiply.rs \
/frameworks/rs/
H A DrsMatrix4x4.h61 void multiply(const rs_matrix4x4 *rhs) { function in struct:android::renderscript::Matrix4x4
67 multiply(&tmp);
72 multiply(&tmp);
77 multiply(&tmp);
H A DrsMatrix2x2.h44 void multiply(const rs_matrix2x2 *rhs) { function in struct:android::renderscript::Matrix2x2
H A DrsMatrix3x3.h44 void multiply(const rs_matrix3x3 *rhs) { function in struct:android::renderscript::Matrix3x3
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java150 * @param rhs right hand side to multiply by
152 public void multiply(Matrix2f rhs) { method in class:Matrix2f
166 multiply(tmp);
178 multiply(tmp);
H A DMatrix3f.java227 * @param rhs right hand side to multiply by
229 public void multiply(Matrix3f rhs) { method in class:Matrix3f
247 multiply(tmp);
259 multiply(tmp);
272 multiply(tmp);
286 multiply(tmp);
299 multiply(tmp);
H A DMatrix4f.java354 * @param rhs right hand side to multiply by
356 public void multiply(Matrix4f rhs) { method in class:Matrix4f
373 multiply(tmp);
387 multiply(tmp);
401 multiply(tmp);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix2f.java153 * @param rhs right hand side to multiply by
155 public void multiply(Matrix2f rhs) { method in class:Matrix2f
169 multiply(tmp);
181 multiply(tmp);
H A DMatrix3f.java230 * @param rhs right hand side to multiply by
232 public void multiply(Matrix3f rhs) { method in class:Matrix3f
250 multiply(tmp);
262 multiply(tmp);
275 multiply(tmp);
289 multiply(tmp);
302 multiply(tmp);
H A DMatrix4f.java355 * @param rhs right hand side to multiply by
357 public void multiply(Matrix4f rhs) { method in class:Matrix4f
374 multiply(tmp);
388 multiply(tmp);
402 multiply(tmp);
/frameworks/base/libs/hwui/
H A DMatrix.h127 multiply(inv);
130 void multiply(const Matrix4& v) { function in class:android::uirenderer::Matrix4
138 void multiply(float v);
153 multiply(u);
168 multiply(u);
174 multiply(u);
180 multiply(u);
H A DCanvasState.cpp187 mSnapshot->transform->multiply(transform);
191 mSnapshot->transform->multiply(matrix);
H A DRenderNode.cpp431 matrix.multiply(stat);
434 matrix.multiply(anim);
444 matrix.multiply(*properties().getTransformMatrix());
456 matrix.multiply(true3dMat);
492 localTransformFromProjectionSurface.multiply(opState->localMatrix);
H A DProgram.cpp173 t.multiply(modelViewMatrix);
H A DOpenGLReadback.cpp204 croppedTexTransform.multiply(sFlipV);
209 croppedTexTransform.multiply(sFlipV);
/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java387 multiply(d.mValues, a_mtx.mValues, b_mtx.mValues);
833 multiply(tmp, mValues, matrix);
844 multiply(tmp, matrix, mValues);
927 * multiply two matrices and store them in a 3rd.
931 /*package*/ static void multiply(float dest[], float[] a, float[] b) { method in class:Matrix_Delegate
992 multiply(tmp2, tmp, getScale(sx, sy));
995 multiply(tmp, tmp2, getTranslate(px, py));
1047 multiply(tmp2, tmp, getRotate(sin, cos));
1050 multiply(tmp, tmp2, getTranslate(px, py));
1069 multiply(tmp
[all...]
/frameworks/rs/script_api/
H A Drs_matrix.spec32 multiply the two source matrices, with the first transformation as the right
267 To apply this projection to a vector, multiply the vector by the created
292 To combine two 4x4 transformaton matrices, multiply the second transformation matrix
318 To apply this projection to a vector, multiply the vector by the created matrix
336 To apply this projection to a vector, multiply the vector by the created matrix
352 To rotate a vector, multiply the vector by the created matrix using @rsMatrixMultiply().
369 To scale a vector, multiply the vector by the created matrix using @rsMatrixMultiply().
384 To translate a vector, multiply the vector by the created matrix using
525 To apply this combined transformation to a vector, multiply the vector by the created
543 To apply this combined transformation to a vector, multiply th
[all...]
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
H A DMatrixTest.kt54 @Test fun multiply() {
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp251 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) function in class:android::matrixf_t
310 void matrixf_t::multiply(const matrixf_t& rhs) { function in class:android::matrixf_t
312 multiply(r, *this, rhs);
376 multiply(rotation);
418 void matrix_stack_t::multiply(const matrixf_t& rhs) function in class:android::matrix_stack_t
420 stack[depth].multiply(rhs);
508 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
518 matrixf_t::multiply(mvpv, vpt.matrix, temp_mvp);
837 c->transforms.current->multiply(rhs);
876 c->transforms.current->multiply(rh
[all...]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DMatrix.java345 return new Matrix(multiply(this.m, b.m));
349 return new Matrix(multiply(b.m, this.m));
352 private static double[] multiply(double a[], double b[]) { method in class:Matrix

Completed in 417 milliseconds

12