Searched defs:loadRotate (Results 1 - 8 of 8) sorted by relevance

/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/rs/support/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/rs/
H A DrsMatrix4x4.cpp200 void Matrix4x4::loadRotate(float rot, float x, float y, float z) { function in class:android::renderscript::Matrix4x4
/frameworks/base/libs/hwui/
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

Completed in 217 milliseconds