Home
last modified time | relevance | path

Searched refs:zmax (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddepth.c132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ) in _mesa_DepthBoundsEXT() argument
138 _mesa_debug(ctx, "glDepthBounds(%f, %f)\n", zmin, zmax); in _mesa_DepthBoundsEXT()
140 if (zmin > zmax) { in _mesa_DepthBoundsEXT()
146 zmax = CLAMP(zmax, 0.0, 1.0); in _mesa_DepthBoundsEXT()
148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax) in _mesa_DepthBoundsEXT()
153 ctx->Depth.BoundsMax = (GLfloat) zmax; in _mesa_DepthBoundsEXT()
Ddepth.h56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
Dfeedback.c247 GLuint zmin, zmax, zscale = (~0u); in write_hit_record() local
254 zmax = (GLuint) ((GLfloat) zscale * ctx->Select.HitMaxZ); in write_hit_record()
258 write_record( ctx, zmax ); in write_hit_record()
Ddlist.c5288 save_DepthBoundsEXT(GLclampd zmin, GLclampd zmax) in save_DepthBoundsEXT() argument
5296 n[2].f = (GLfloat) zmax; in save_DepthBoundsEXT()
5299 CALL_DepthBoundsEXT(ctx->Exec, (zmin, zmax)); in save_DepthBoundsEXT()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintLocLimit.java60 int zmax = flag & LIMIT_ZMAX; in ConstraintLocLimit() local
65 flag |= zmax >> 2; in ConstraintLocLimit()
DConstraintSizeLimit.java60 int zmax = flag & LIMIT_ZMAX; in ConstraintSizeLimit() local
65 flag |= zmax >> 2; in ConstraintSizeLimit()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state_validate.c182 float zmin, zmax; in nv50_validate_viewport() local
194 zmax = nv50->viewport.translate[2] + fabsf(nv50->viewport.scale[2]); in nv50_validate_viewport()
199 PUSH_DATAf(push, zmax); in nv50_validate_viewport()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c427 svga->state.hw_clear.depthrange.zmax != range_max) in emit_viewport()
434 svga->state.hw_clear.depthrange.zmax = range_max; in emit_viewport()
Dsvga_context.h256 float zmin, zmax; member
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state_validate.c223 float zmin, zmax; in nvc0_validate_viewport() local
242 zmax = vp->translate[2] + fabsf(vp->scale[2]); in nvc0_validate_viewport()
249 PUSH_DATAf(push, zmax); in nvc0_validate_viewport()
/external/mesa3d/include/GL/
Dglext.h11028 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
11030 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
11370 GLAPI void APIENTRY glDepthBoundsdNV (GLdouble zmin, GLdouble zmax);
11374 typedef void (APIENTRYP PFNGLDEPTHBOUNDSDNVPROC) (GLdouble zmin, GLdouble zmax);