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

  /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/opencv3/3rdparty/openexr/Imath/
ImathFrustum.h 161 long DepthToZ(T depth, long zmin, long zmax) const;
512 T Frustum<T>::ZToDepth(long zval,long zmin,long zmax) const
514 int zdiff = zmax - zmin;
519 ("Bad call to Frustum::ZToDepth: zmax == zmin");
522 if ( zval > zmax+1 ) zval -= zdiff;
556 long Frustum<T>::DepthToZ(T depth,long zmin,long zmax) const
558 long zdiff = zmax - zmin;
  /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/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::__anon19371
  /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/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1575 milliseconds