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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_depth.c 692 GLfloat zClear = (GLfloat) ctx->Depth.Clear;
695 _mesa_pack_float_z_row(rb->Format, 1, &zClear, &clear);
725 const GLfloat zClear = (GLfloat) ctx->Depth.Clear;
732 zRow[j * 2 + 0] = zClear;
  /external/mesa3d/src/mesa/swrast/
s_depth.c 692 GLfloat zClear = (GLfloat) ctx->Depth.Clear;
695 _mesa_pack_float_z_row(rb->Format, 1, &zClear, &clear);
725 const GLfloat zClear = (GLfloat) ctx->Depth.Clear;
732 zRow[j * 2 + 0] = zClear;

Completed in 76 milliseconds