/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
viewport.c | 161 GLfloat depthMax = 65535.0F; /* sorf of arbitrary */ 173 0.0F, 1.0F, depthMax);
|
state.c | 280 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF; 282 ASSERT(depthMax > 0); 292 depthMax);
|
pack.h | 122 GLenum dstType, GLvoid *dest, GLuint depthMax,
|
pack.c | [all...] |
/external/mesa3d/src/mesa/main/ |
viewport.c | 161 GLfloat depthMax = 65535.0F; /* sorf of arbitrary */ 173 0.0F, 1.0F, depthMax);
|
state.c | 280 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF; 282 ASSERT(depthMax > 0); 292 depthMax);
|
pack.h | 122 GLenum dstType, GLvoid *dest, GLuint depthMax,
|
pack.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_matrix.h | 126 GLfloat zNear, GLfloat zFar, GLfloat depthMax);
|
m_matrix.c | [all...] |
/external/mesa3d/src/mesa/math/ |
m_matrix.h | 126 GLfloat zNear, GLfloat zFar, GLfloat depthMax);
|
m_matrix.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_copypix.c | 211 const GLuint depthMax = ctx->DrawBuffer->_DepthMax; 214 if (depthMax <= 0xffffff && 230 z[i] = depthMax;
|
s_drawpix.c | 367 const GLuint depthMax = ctx->DrawBuffer->_DepthMax; 389 GL_UNSIGNED_INT, span.array->z, depthMax,
|
s_span.c | 69 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF; 71 span->z = FloatToFixed(ctx->Current.RasterPos[2] * depthMax + 0.5F); 73 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; 74 tmpf = MIN2(tmpf, depthMax); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 211 const GLuint depthMax = ctx->DrawBuffer->_DepthMax; 214 if (depthMax <= 0xffffff && 230 z[i] = depthMax;
|
s_drawpix.c | 367 const GLuint depthMax = ctx->DrawBuffer->_DepthMax; 389 GL_UNSIGNED_INT, span.array->z, depthMax,
|
s_span.c | 69 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF; 71 span->z = FloatToFixed(ctx->Current.RasterPos[2] * depthMax + 0.5F); 73 GLfloat tmpf = ctx->Current.RasterPos[2] * depthMax; 74 tmpf = MIN2(tmpf, depthMax); [all...] |