Home | History | Annotate | Download | only in gpu

Lines Matching defs:doBicubic

860     bool doBicubic;
862 GrSkFilterQualityToGrFilterMode(quality, viewMatrix, SkMatrix::I(), &doBicubic);
865 if (doBicubic) {
916 bool doBicubic;
919 &doBicubic);
923 if (doBicubic) {
936 SkCanvas::kStrict_SrcRectConstraint, tileSize, doBicubic);
1330 bool doBicubic;
1333 &doBicubic);
1337 if (doBicubic) {
1355 constraint, tileSize, doBicubic);
1535 bool doBicubic;
1538 &doBicubic);
1539 if (useFallback || doBicubic || GrTextureParams::kNone_FilterMode != textureFilterMode) {