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.cpp224 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
H A DrsMatrix4x4.cpp272 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { function in class:Matrix4x4
/frameworks/base/libs/hwui/
H A DMatrix.h125 void loadOrtho(float left, float right, float bottom, float top, float near, float far);
H A DDisplayListRenderer.cpp123 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
H A DMatrix.cpp372 void Matrix4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { function in class:android::uirenderer::Matrix4
H A DOpenGLRenderer.cpp183 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
1018 mOrthoMatrix.loadOrtho(0.0f, bounds.getWidth(), bounds.getHeight(), 0.0f, -1.0f, 1.0f);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java47 mvp.loadOrtho(0, mRS.getWidth(), mRS.getHeight(), 0, -1, 1);
/frameworks/base/graphics/java/android/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/support/v8/renderscript/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.cpp78 m->loadOrtho(l, r, b, t, n, f);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java449 ortho.loadOrtho(0.0f, frame.width(), frame.height(), 0.0f, -1.0f, 1.0f);

Completed in 627 milliseconds