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

/external/mesa3d/src/mesa/main/
H A Ddepth.c138 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
143 ctx->Depth.BoundsMax = (GLfloat) zmax;
H A Dattrib.c1098 _mesa_DepthBoundsEXT(depth->BoundsMin, depth->BoundsMax);
H A Dmtypes.h530 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c117 dsa->depth.bounds_max = ctx->Depth.BoundsMax;
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c423 GLuint zMax = (GLuint)((double)ctx->Depth.BoundsMax * 0xffffffff);

Completed in 262 milliseconds