HomeSort by relevance Sort by last modified time
    Searched defs:zMax (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_depth.c 417 GLuint zMax = (GLuint) (ctx->Depth.BoundsMax * fb->_DepthMaxF + 0.5F);
455 if (zBufferVals[i] < zMin || zBufferVals[i] > zMax)
  /external/mesa3d/src/mesa/swrast/
s_depth.c 417 GLuint zMax = (GLuint) (ctx->Depth.BoundsMax * fb->_DepthMaxF + 0.5F);
455 if (zBufferVals[i] < zMin || zBufferVals[i] > zMax)

Completed in 80 milliseconds