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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 626 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
645 wpos[i][2] = (GLfloat) span->array->z[i] * zScale;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 626 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
645 wpos[i][2] = (GLfloat) span->array->z[i] * zScale;
    [all...]

Completed in 251 milliseconds