HomeSort by relevance Sort by last modified time
    Searched refs:GrBicubicEffect (Results 1 - 12 of 12) sorted by null

  /external/skqp/src/gpu/effects/
GrBicubicEffect.h 16 class GrBicubicEffect : public GrFragmentProcessor {
26 return std::unique_ptr<GrFragmentProcessor>(new GrBicubicEffect(*this));
53 return std::unique_ptr<GrFragmentProcessor>(new GrBicubicEffect(std::move(proxy), matrix,
63 return std::unique_ptr<GrFragmentProcessor>(new GrBicubicEffect(std::move(proxy), matrix,
78 GrBicubicEffect(sk_sp<GrTextureProxy>, const SkMatrix& matrix,
81 GrBicubicEffect(sk_sp<GrTextureProxy>, const SkMatrix &matrix, const SkRect& domain);
82 explicit GrBicubicEffect(const GrBicubicEffect&);
GrBicubicEffect.cpp 8 #include "GrBicubicEffect.h"
21 const GrBicubicEffect& bicubicEffect = effect.cast<GrBicubicEffect>();
38 const GrBicubicEffect& bicubicEffect = args.fFp.cast<GrBicubicEffect>();
108 const GrBicubicEffect& bicubicEffect = processor.cast<GrBicubicEffect>();
120 GrBicubicEffect::GrBicubicEffect(sk_sp<GrTextureProxy> proxy,
138 GrBicubicEffect::GrBicubicEffect(sk_sp<GrTextureProxy> proxy
    [all...]
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 8 #include "GrBicubicEffect.h"
21 const GrBicubicEffect& bicubicEffect = effect.cast<GrBicubicEffect>();
38 const GrBicubicEffect& bicubicEffect = args.fFp.cast<GrBicubicEffect>();
108 const GrBicubicEffect& bicubicEffect = processor.cast<GrBicubicEffect>();
120 GrBicubicEffect::GrBicubicEffect(sk_sp<GrTextureProxy> proxy,
135 GrBicubicEffect::GrBicubicEffect(const GrBicubicEffect& that
    [all...]
GrBicubicEffect.h 16 class GrBicubicEffect : public GrFragmentProcessor {
26 return std::unique_ptr<GrFragmentProcessor>(new GrBicubicEffect(*this));
56 return std::unique_ptr<GrFragmentProcessor>(new GrBicubicEffect(
83 GrBicubicEffect(sk_sp<GrTextureProxy>, const SkMatrix& matrix, const SkRect& domain,
86 explicit GrBicubicEffect(const GrBicubicEffect&);
  /external/skia/src/gpu/
GrTextureProducer.cpp 19 #include "effects/GrBicubicEffect.h"
231 return GrBicubicEffect::Make(std::move(proxy), textureMatrix, kClampClamp,
235 return GrBicubicEffect::Make(std::move(proxy), textureMatrix,
SkGpuDevice.cpp 49 #include "effects/GrBicubicEffect.h"
795 tileFilterPad = GrBicubicEffect::kFilterTexelPad;
    [all...]
SkGr.cpp 39 #include "effects/GrBicubicEffect.h"
640 *doBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode);
  /external/skqp/src/gpu/
GrTextureProducer.cpp 16 #include "effects/GrBicubicEffect.h"
216 return GrBicubicEffect::Make(std::move(proxy), textureMatrix, domain);
220 return GrBicubicEffect::Make(std::move(proxy), textureMatrix, kClampClamp);
SkGpuDevice.cpp 53 #include "effects/GrBicubicEffect.h"
777 tileFilterPad = GrBicubicEffect::kFilterTexelPad;
829 tileFilterPad = GrBicubicEffect::kFilterTexelPad;
    [all...]
SkGr.cpp 37 #include "effects/GrBicubicEffect.h"
626 *doBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode);
  /external/skia/src/shaders/
SkImageShader.cpp 170 #include "effects/GrBicubicEffect.h"
240 inner = GrBicubicEffect::Make(std::move(proxy), lmInverse, wrapModes, domainX, domainY);
  /external/skqp/src/shaders/
SkImageShader.cpp 165 #include "effects/GrBicubicEffect.h"
235 inner = GrBicubicEffect::Make(std::move(proxy), lmInverse, wrapModes, domainX, domainY);

Completed in 595 milliseconds