Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrBicubicEffect

49 #include "effects/GrBicubicEffect.h"
795 tileFilterPad = GrBicubicEffect::kFilterTexelPad;
912 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
984 fp = GrBicubicEffect::Make(std::move(proxy), texMatrix, domain);
992 fp = GrBicubicEffect::Make(std::move(proxy), texMatrix, wrapMode);
1154 tileFilterPad = GrBicubicEffect::kFilterTexelPad;