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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_depth.c 726 const GLuint sClear = ctx->Stencil.Clear & writeMask;
736 sRow[j * 2 + 1] = (sRow[j * 2 + 1] & sMask) | sClear;
741 sRow[j * 2 + 1] = sClear;
  /external/mesa3d/src/mesa/swrast/
s_depth.c 726 const GLuint sClear = ctx->Stencil.Clear & writeMask;
736 sRow[j * 2 + 1] = (sRow[j * 2 + 1] & sMask) | sClear;
741 sRow[j * 2 + 1] = sClear;

Completed in 48 milliseconds