Home | History | Annotate | Download | only in gpu

Lines Matching refs:REF

20  * modify these bits. GrDrawTarget will ignore ref, mask, and writemask bits
39 * Stencil test passes if (ref & mask) FUNC (stencil & mask) is true
64 kNonZeroIfInClip_StencilFunc, // this one forces the ref to be 0
123 2*sizeof(uint16_t) + // ref values
193 void setFuncRef(Face f, unsigned short ref) { fFuncRefs[f] = ref; }
369 REF, WRITE_MASK) \
371 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), \
390 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
392 (FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), (WRITE_MASK), \