Searched refs:loadOrtho (Results 1 - 15 of 15) 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.cpp228 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/support/renderscript/v8/rs_support/
H A DrsMatrix4x4.h47 void loadOrtho(float l, float r, float b, float t, float n, float f);
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.h81 void loadOrtho(float left, float right, float bottom, float top, float near, float far);
H A DMatrix.cpp289 void Matrix4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { function in class:android::uirenderer::Matrix4
H A DOpenGLRenderer.cpp159 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
822 mOrthoMatrix.loadOrtho(0.0f, bounds.getWidth(), bounds.getHeight(), 0.0f, -1.0f, 1.0f);
H A DDisplayListRenderer.cpp1432 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
/frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java45 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/renderscript/v8/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/driver/
H A DrsdRuntimeMath.cpp203 m->loadOrtho(l, r, b, t, n, f);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeMath.cpp206 m->loadOrtho(l, r, b, t, n, f);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java460 ortho.loadOrtho(0.0f, frame.width(), frame.height(), 0.0f, -1.0f, 1.0f);

Completed in 175 milliseconds