Searched refs:BoundsMin (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddepth.c148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
152 ctx->Depth.BoundsMin = (GLfloat) zmin;
H A Dmtypes.h839 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
H A Dget.c1187 { GL_DEPTH_BOUNDS_EXT, CONTEXT_FLOAT2(Depth.BoundsMin),
/external/mesa3d/src/mesa/main/
H A Ddepth.c148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
152 ctx->Depth.BoundsMin = (GLfloat) zmin;
H A Dmtypes.h839 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
H A Dget.c1187 { GL_DEPTH_BOUNDS_EXT, CONTEXT_FLOAT2(Depth.BoundsMin),
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_depth.c416 GLuint zMin = (GLuint) (ctx->Depth.BoundsMin * fb->_DepthMaxF + 0.5F);
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c416 GLuint zMin = (GLuint) (ctx->Depth.BoundsMin * fb->_DepthMaxF + 0.5F);

Completed in 1047 milliseconds