Lines Matching refs:writeMask
119 GrGLint writeMask = fHWPathStencilSettings.writeMask(GrStencilSettings::kFront_Face); in onStencilPath() local
122 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); in onStencilPath()
125 GL_CALL(StencilStrokePath(glPath->pathID(), 0xffff, writeMask)); in onStencilPath()
140 GrGLint writeMask = fHWPathStencilSettings.writeMask(GrStencilSettings::kFront_Face); in onDrawPath() local
144 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask)); in onDrawPath()
146 GL_CALL(StencilThenCoverStrokePath(glPath->pathID(), 0xffff, writeMask, in onDrawPath()
149 GL_CALL(StencilThenCoverFillPath(glPath->pathID(), fillMode, writeMask, in onDrawPath()
170 GrGLint writeMask = in onDrawPaths() local
171 fHWPathStencilSettings.writeMask(GrStencilSettings::kFront_Face); in onDrawPaths()
177 fillMode, writeMask, gXformType2GLType[transformType], in onDrawPaths()
182 0xffff, writeMask, GR_GL_BOUNDING_BOX_OF_BOUNDING_BOXES, in onDrawPaths()
187 fillMode, writeMask, GR_GL_BOUNDING_BOX_OF_BOUNDING_BOXES, in onDrawPaths()