Searched defs:DepthClamp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c77 GLboolean DepthClamp; member in struct:gl_enable_attrib
270 attr->DepthClamp = ctx->Transform.DepthClamp;
522 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp,
1267 if (xform->DepthClamp != ctx->Transform.DepthClamp)
1269 ctx->Transform.DepthClamp);
H A Dmtypes.h1484 GLboolean DepthClamp; /**< GL_ARB_depth_clamp */ member in struct:gl_transform_attrib
/external/mesa3d/src/mesa/main/
H A Dattrib.c77 GLboolean DepthClamp; member in struct:gl_enable_attrib
270 attr->DepthClamp = ctx->Transform.DepthClamp;
522 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp,
1267 if (xform->DepthClamp != ctx->Transform.DepthClamp)
1269 ctx->Transform.DepthClamp);
H A Dmtypes.h1484 GLboolean DepthClamp; /**< GL_ARB_depth_clamp */ member in struct:gl_transform_attrib

Completed in 231 milliseconds