HomeSort by relevance Sort by last modified time
    Searched refs:zmax (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
depth.h 56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
depth.c 132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
138 _mesa_debug(ctx, "glDepthBounds(%f, %f)\n", zmin, zmax);
140 if (zmin > zmax) {
141 _mesa_error(ctx, GL_INVALID_VALUE, "glDepthBoundsEXT(zmin > zmax)");
146 zmax = CLAMP(zmax, 0.0, 1.0);
148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
153 ctx->Depth.BoundsMax = (GLfloat) zmax;
feedback.c 247 GLuint zmin, zmax, zscale = (~0u); local
254 zmax = (GLuint) ((GLfloat) zscale * ctx->Select.HitMaxZ);
258 write_record( ctx, zmax );
dlist.c     [all...]
  /external/mesa3d/src/mesa/main/
depth.h 56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
depth.c 132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
138 _mesa_debug(ctx, "glDepthBounds(%f, %f)\n", zmin, zmax);
140 if (zmin > zmax) {
141 _mesa_error(ctx, GL_INVALID_VALUE, "glDepthBoundsEXT(zmin > zmax)");
146 zmax = CLAMP(zmax, 0.0, 1.0);
148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
153 ctx->Depth.BoundsMax = (GLfloat) zmax;
feedback.c 247 GLuint zmin, zmax, zscale = (~0u); local
254 zmax = (GLuint) ((GLfloat) zscale * ctx->Select.HitMaxZ);
258 write_record( ctx, zmax );
dlist.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state_validate.c 182 float zmin, zmax; local
194 zmax = nv50->viewport.translate[2] + fabsf(nv50->viewport.scale[2]);
199 PUSH_DATAf(push, zmax);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 182 float zmin, zmax; local
194 zmax = nv50->viewport.translate[2] + fabsf(nv50->viewport.scale[2]);
199 PUSH_DATAf(push, zmax);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c 337 /* D3D (and by implication SVGA) doesn't like dealing with zmax
427 svga->state.hw_clear.depthrange.zmax != range_max)
434 svga->state.hw_clear.depthrange.zmax = range_max;
svga_context.h 256 float zmin, zmax; member in struct:svga_hw_clear_state::__anon17740
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 337 /* D3D (and by implication SVGA) doesn't like dealing with zmax
427 svga->state.hw_clear.depthrange.zmax != range_max)
434 svga->state.hw_clear.depthrange.zmax = range_max;
svga_context.h 256 float zmin, zmax; member in struct:svga_hw_clear_state::__anon31299
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state_validate.c 223 float zmin, zmax; local
242 zmax = vp->translate[2] + fabsf(vp->scale[2]);
249 PUSH_DATAf(push, zmax);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c 223 float zmin, zmax; local
242 zmax = vp->translate[2] + fabsf(vp->scale[2]);
249 PUSH_DATAf(push, zmax);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]
glapitable.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h     [all...]
glapi_mapi_tmp_shared.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h     [all...]

Completed in 1732 milliseconds

1 2