Home
last modified time | relevance | path

Searched defs:depthMax (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dviewport.c161 GLfloat depthMax = 65535.0F; /* sorf of arbitrary */ in _mesa_init_viewport() local
Dstate.c280 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF; in update_viewport_matrix() local
Dpack.c5424 GLenum dstType, GLvoid *dest, GLuint depthMax, in _mesa_unpack_depth_span()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c211 const GLuint depthMax = ctx->DrawBuffer->_DepthMax; in scale_and_bias_z() local
Ds_drawpix.c367 const GLuint depthMax = ctx->DrawBuffer->_DepthMax; in draw_depth_pixels() local
Ds_span.c69 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF; in _swrast_span_default_attribs() local
/external/mesa3d/src/mesa/math/
Dm_matrix.c1114 GLfloat zNear, GLfloat zFar, GLfloat depthMax) in _math_matrix_viewport()