Home | History | Annotate | Download | only in gl

Lines Matching refs:stencilBitCount

1527     GrGLint stencilBitCount =  rt->getStencilBuffer()->bits();
1529 SkASSERT(stencilBitCount > 0);
1530 GrGLint clipStencilMask = (1 << (stencilBitCount - 1));
1541 value = (1 << (stencilBitCount - 1));