Searched refs:ortho (Results 1 - 16 of 16) sorted by relevance

/external/swiftshader/src/OpenGL/common/
H A DMatrixStack.hpp44 void ortho(double left, double right, double bottom, double top, double zNear, double zFar);
H A DMatrixStack.cpp146 void MatrixStack::ortho(double left, double right, double bottom, double top, double zNear, double zFar) function in class:sw::MatrixStack
159 Matrix ortho(2 / (r - l), 0, 0, tx,
164 stack[this->top] *= ortho;
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dmatrix_transform.hpp40 /// (perspective, ortho, etc) are designed to expect. The OpenGL compatibility
131 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top)
133 GLM_FUNC_DECL detail::tmat4x4<T, defaultp> ortho(
149 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top, T const & zNear, T const & zFar)
151 GLM_FUNC_DECL detail::tmat4x4<T, defaultp> ortho(
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp645 SkVector ortho, vec = b; local
652 ortho.fX = 2.0f * vec.fY;
653 ortho.fY = -2.0f * vec.fX;
679 (*vert)[2].fPos = a - vec + ortho;
681 (*vert)[3].fPos = b + vec + ortho;
683 (*vert)[4].fPos = a - vec - ortho;
685 (*vert)[5].fPos = b + vec - ortho;
/external/skqp/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp645 SkVector ortho, vec = b; local
652 ortho.fX = 2.0f * vec.fY;
653 ortho.fY = -2.0f * vec.fX;
679 (*vert)[2].fPos = a - vec + ortho;
681 (*vert)[3].fPos = b + vec + ortho;
683 (*vert)[4].fPos = a - vec - ortho;
685 (*vert)[5].fPos = b + vec - ortho;
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h528 void ortho(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
H A DContext.cpp3296 void Context::ortho(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) function in class:es1::Context
3298 currentMatrixStack().ortho(left, right, bottom, top, zNear, zFar);
H A DlibGLES_CM.cpp3086 context->ortho(left, right, bottom, top, zNear, zFar);
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h695 void ortho(double left, double right, double bottom, double top, double zNear, double zFar); // FIXME: GLdouble
H A DContext.cpp3146 void Context::ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) function in class:gl::Context
3153 currentMatrixStack().ortho(left, right, bottom, top, zNear, zFar);
H A DlibGL.cpp6883 context->ortho(left, right, bottom, top, zNear, zFar);
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DIMath.js70 void ortho(in float left, in float right, // multiply the matrix by the passed ortho values on the right
611 J3DIMatrix4.prototype.ortho = function(left, right, bottom, top, near, far)
/external/python/cpython2/Modules/
H A Dglmodule.c4925 /* void ortho float s float s float s float s float s float s */
4948 ortho( arg1 , arg2 , arg3 , arg4 , arg5 , arg6 );
7465 {"ortho", gl_ortho, METH_OLDARGS},
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 474 milliseconds