Home | History | Annotate | Download | only in gpu

Lines Matching refs:grp

613                GrPaint* grp, GrTexture* mask) {
615 if (!am.setIdentity(context, grp)) {
623 grp->addCoverageEffect(GrSimpleTextureEffect::Create(mask, matrix))->unref();
624 context->drawRect(*grp, maskRect);
630 GrPaint* grp, SkPaint::Style style) {
667 return draw_mask(context, maskRect, grp, texture);