HomeSort by relevance Sort by last modified time
    Searched full:boundsmax (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
depth.c 148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
153 ctx->Depth.BoundsMax = (GLfloat) zmax;
mtypes.h 839 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */
    [all...]
  /external/mesa3d/src/mesa/main/
depth.c 148 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
153 ctx->Depth.BoundsMax = (GLfloat) zmax;
mtypes.h 839 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp     [all...]
  /external/skia/src/core/
SkAAClip.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_depth.c 417 GLuint zMax = (GLuint) (ctx->Depth.BoundsMax * fb->_DepthMaxF + 0.5F);
  /external/mesa3d/src/mesa/swrast/
s_depth.c 417 GLuint zMax = (GLuint) (ctx->Depth.BoundsMax * fb->_DepthMaxF + 0.5F);

Completed in 881 milliseconds