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

/frameworks/rs/
H A DrsMatrix4x4.h47 void loadOrtho(float l, float r, float b, float t, float n, float f);
H A DrsProgramVertex.cpp223 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
H A DrsMatrix4x4.cpp276 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { function in class:android::renderscript::Matrix4x4
/frameworks/base/libs/hwui/
H A DMatrix.h119 void loadOrtho(float left, float right, float bottom, float top, float near, float far);
120 void loadOrtho(int width, int height) { loadOrtho(0, width, height, 0, -1, 1); } function in class:android::uirenderer::Matrix4
H A DSnapshot.h251 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
H A DOpenGLReadback.cpp225 ortho.loadOrtho(destWidth, destHeight);
H A DBakedOpRenderer.cpp164 mRenderTarget.orthoMatrix.loadOrtho(width, height);
H A DMatrix.cpp401 void Matrix4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { function in class:android::uirenderer::Matrix4
/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java255 public void loadOrtho(float l, float r, float b, float t, float n, float f) { method in class:Matrix4f
276 loadOrtho(0,w, h,0, -1,1);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix4f.java256 public void loadOrtho(float l, float r, float b, float t, float n, float f) { method in class:Matrix4f
277 loadOrtho(0,w, h,0, -1,1);
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp75 m->loadOrtho(l, r, b, t, n, f);
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java50 mvp.loadOrtho(0, mRS.getWidth(), mRS.getHeight(), 0, -1, 1);

Completed in 1163 milliseconds