Lines Matching refs:REF
18 * modify these bits. GrDrawTarget will ignore ref, mask, and writemask bits
37 * Stencil test passes if (ref & mask) FUNC (stencil & mask) is true
62 kNonZeroIfInClip_StencilFunc, // this one forces the ref to be 0
127 2*sizeof(unsigned short) + // ref values
202 void setFrontFuncRef(unsigned short ref) { fFrontFuncRef = ref; }
203 void setBackFuncRef(unsigned short ref) { fBackFuncRef = ref; }
355 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
357 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), \
376 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
378 (FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), (WRITE_MASK), \