Searched refs:BoundsMax (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Ddepth.c148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
153 ctx->Depth.BoundsMax = (GLfloat) zmax;
H A Dmtypes.h839 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c417 GLuint zMax = (GLuint) (ctx->Depth.BoundsMax * fb->_DepthMaxF + 0.5F);

Completed in 88 milliseconds