Home
last modified time | relevance | path

Searched refs:BoundsMin (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddepth.c157 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax) in _mesa_DepthBoundsEXT()
162 ctx->Depth.BoundsMin = (GLfloat) zmin; in _mesa_DepthBoundsEXT()
Dattrib.c1098 _mesa_DepthBoundsEXT(depth->BoundsMin, depth->BoundsMax); in _mesa_PopAttrib()
Dmtypes.h545 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c116 dsa->depth.bounds_min = ctx->Depth.BoundsMin; in st_update_depth_stencil_alpha()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c422 GLuint zMin = (GLuint)((double)ctx->Depth.BoundsMin * 0xffffffff); in _swrast_depth_bounds_test()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h589 { GL_DEPTH_BOUNDS_EXT, CONTEXT_FLOAT2(Depth.BoundsMin), extra_EXT_depth_bounds_test },