Searched refs:loadRotate (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DMatrixTests.cpp42 skewMatrix.loadRotate(45);
H A DClipAreaTests.cpp41 minus90.loadRotate(-90);
46 m90.loadRotate(90);
55 m45.loadRotate(45);
66 m45.loadRotate(45);
77 m30.loadRotate(30);
143 rotate.loadRotate(5.0f);
221 rotate.loadRotate(2.0f);
/frameworks/rs/
H A DrsMatrix4x4.h42 void loadRotate(float rot, float x, float y, float z);
66 tmp.loadRotate(rot, x, y, z);
H A DrsMatrix4x4.cpp200 void Matrix4x4::loadRotate(float rot, float x, float y, float z) { function in class:Matrix4x4
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java103 public void loadRotate(float rot) { method in class:Matrix2f
165 tmp.loadRotate(rot);
H A DMatrix3f.java113 public void loadRotate(float rot, float x, float y, float z) { method in class:Matrix3f
149 public void loadRotate(float rot) { method in class:Matrix3f
246 tmp.loadRotate(rot, x, y, z);
258 tmp.loadRotate(rot);
H A DMatrix4f.java151 public void loadRotate(float rot, float x, float y, float z) { method in class:Matrix4f
339 m2.loadRotate(180, 0, 1, 0);
372 tmp.loadRotate(rot, x, y, z);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix2f.java106 public void loadRotate(float rot) { method in class:Matrix2f
168 tmp.loadRotate(rot);
H A DMatrix3f.java116 public void loadRotate(float rot, float x, float y, float z) { method in class:Matrix3f
152 public void loadRotate(float rot) { method in class:Matrix3f
249 tmp.loadRotate(rot, x, y, z);
261 tmp.loadRotate(rot);
H A DMatrix4f.java152 public void loadRotate(float rot, float x, float y, float z) { method in class:Matrix4f
340 m2.loadRotate(180, 0, 1, 0);
373 tmp.loadRotate(rot, x, y, z);
/frameworks/base/libs/hwui/
H A DMatrix.h124 void loadRotate(float angle);
125 void loadRotate(float angle, float x, float y, float z);
190 u.loadRotate(angle, x, y, z);
H A DMatrix.cpp316 void Matrix4::loadRotate(float angle) { function in class:android::uirenderer::Matrix4
332 void Matrix4::loadRotate(float angle, float x, float y, float z) { function in class:android::uirenderer::Matrix4
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp59 m->loadRotate(rot, x, y, z);

Completed in 2276 milliseconds