Home | History | Annotate | Download | only in gl

Lines Matching refs:stencilBitCount

2245     GrGLint stencilBitCount =  sb->bits();
2247 SkASSERT(stencilBitCount > 0);
2248 GrGLint clipStencilMask = (1 << (stencilBitCount - 1));
2259 value = (1 << (stencilBitCount - 1));