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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 96 #define STENCIL_OP(NEW_VAL) \
142 STENCIL_OP(0);
146 STENCIL_OP(ref);
150 STENCIL_OP(clamp(s + 1));
154 STENCIL_OP(clamp(s - 1));
158 STENCIL_OP(s + 1);
162 STENCIL_OP(s - 1);
166 STENCIL_OP(~s);
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 96 #define STENCIL_OP(NEW_VAL) \
142 STENCIL_OP(0);
146 STENCIL_OP(ref);
150 STENCIL_OP(clamp(s + 1));
154 STENCIL_OP(clamp(s - 1));
158 STENCIL_OP(s + 1);
162 STENCIL_OP(s - 1);
166 STENCIL_OP(~s);

Completed in 191 milliseconds