Home | History | Annotate | Download | only in gl

Lines Matching refs:stencilBitCount

2214     GrGLint stencilBitCount =  sb->bits();
2216 SkASSERT(stencilBitCount > 0);
2217 GrGLint clipStencilMask = (1 << (stencilBitCount - 1));
2228 value = (1 << (stencilBitCount - 1));