HomeSort by relevance Sort by last modified time
    Searched defs:ortho (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esTransform.c 154 ESMatrix ortho; local
159 esMatrixLoadIdentity(&ortho);
160 ortho.m[0][0] = 2.0f / deltaX;
161 ortho.m[3][0] = -(right + left) / deltaX;
162 ortho.m[1][1] = 2.0f / deltaY;
163 ortho.m[3][1] = -(top + bottom) / deltaY;
164 ortho.m[2][2] = -2.0f / deltaZ;
165 ortho.m[3][2] = -(nearZ + farZ) / deltaZ;
167 esMatrixMultiply(result, &ortho, result);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat4.js 782 mat4.ortho = function (out, left, right, bottom, top, near, far) {
  /frameworks/native/include/ui/
mat4.h 134 static tmat44 ortho(T left, T right, T bottom, T top, T near, T far);
232 tmat44<T> tmat44<T>::ortho(T left, T right, T bottom, T top, T near, T far) { function in class:android::tmat44
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js     [all...]

Completed in 268 milliseconds