/third_party/mesa3d/src/mesa/main/ |
H A D | viewport.c | 322 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange() argument 346 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef() argument 291 set_depth_range_no_notify(struct gl_context *ctx, unsigned idx, GLclampd nearval, GLclampd farval) set_depth_range_no_notify() argument 307 _mesa_set_depth_range(struct gl_context *ctx, unsigned idx, GLclampd nearval, GLclampd farval) _mesa_set_depth_range() argument 427 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd nearval, GLclampd farval) _mesa_DepthRangeIndexed_no_error() argument 436 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) _mesa_DepthRangeIndexed() argument 455 _mesa_DepthRangeIndexedfOES(GLuint index, GLfloat nearval, GLfloat farval) _mesa_DepthRangeIndexedfOES() argument [all...] |
H A D | matrix.c | 103 matrix_frustum(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_frustum() argument 180 matrix_ortho(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_ortho() argument [all...] |
H A D | dlist.c | 2525 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() argument 2778 save_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_Frustum() argument 3376 save_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_Ortho() argument 9414 save_MatrixOrthoEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixOrthoEXT() argument 9437 save_MatrixFrustumEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixFrustumEXT() argument [all...] |
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.c | 909 _math_float_ortho(float *m, float left, float right, float bottom, float top, float nearval, float farval) _math_float_ortho() argument [all...] |