Home
last modified time | relevance | path

Searched defs:farval (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dviewport.c116 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange()
150 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef()
Dmatrix.c68 GLdouble nearval, GLdouble farval ) in _mesa_Frustum()
110 GLdouble nearval, GLdouble farval ) in _mesa_Ortho()
Ddlist.c2273 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange()
2525 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum()
3163 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Ortho()
/external/mesa3d/src/mesa/math/
Dm_matrix.c981 GLfloat nearval, GLfloat farval ) in _math_matrix_frustum()
1021 GLfloat nearval, GLfloat farval ) in _math_matrix_ortho()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h357 mat_t<T, 4, 4> mat4x4_frustum(T left, T right, T bottom, T top, T nearval, T farval) in mat4x4_frustum()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c465 i830DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval) in i830DepthRange()
Di915_state.c437 i915DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval) in i915DepthRange()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c110 nouveau_depth_range(struct gl_context *ctx, GLclampd nearval, GLclampd farval) in nouveau_depth_range()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1396 GLclampd farval ) in radeonDepthRange()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1614 GLclampd farval ) in r200DepthRange()