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

/frameworks/base/graphics/java/android/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/rs/
H A DrsMatrix4x4.h42 void loadRotate(float rot, float x, float y, float z);
67 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/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.h121 void loadRotate(float angle);
122 void loadRotate(float angle, float x, float y, float z);
174 u.loadRotate(angle, x, y, z);
H A DMatrix.cpp292 void Matrix4::loadRotate(float angle) { function in class:android::uirenderer::Matrix4
308 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);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java188 m2.loadRotate(180, 0, 1, 0);

Completed in 163 milliseconds