/external/skia/src/gpu/effects/ |
GrSimpleTextureEffect.cpp | 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify. 11 #include "GrSimpleTextureEffect.h" 23 const GrSimpleTextureEffect& _outer = args.fFp.cast<GrSimpleTextureEffect>(); 39 GrGLSLFragmentProcessor* GrSimpleTextureEffect::onCreateGLSLInstance() const { 42 void GrSimpleTextureEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, 44 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const { 45 const GrSimpleTextureEffect& that = other.cast<GrSimpleTextureEffect>(); 51 GrSimpleTextureEffect::GrSimpleTextureEffect(const GrSimpleTextureEffect& src [all...] |
GrSimpleTextureEffect.h | 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify. 16 class GrSimpleTextureEffect : public GrFragmentProcessor { 23 new GrSimpleTextureEffect(std::move(proxy), matrix, 32 return std::unique_ptr<GrFragmentProcessor>(new GrSimpleTextureEffect( 41 new GrSimpleTextureEffect(std::move(proxy), matrix, p)); 43 GrSimpleTextureEffect(const GrSimpleTextureEffect& src); 48 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix,
|
GrSimpleTextureEffect.fp | 27 new GrSimpleTextureEffect(std::move(proxy), matrix, 36 new GrSimpleTextureEffect(std::move(proxy), matrix, 44 new GrSimpleTextureEffect(std::move(proxy), matrix, p)); 75 return GrSimpleTextureEffect::Make(testData->textureProxy(texIdx), matrix, params);
|
/external/skqp/src/gpu/effects/ |
GrSimpleTextureEffect.cpp | 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify. 11 #include "GrSimpleTextureEffect.h" 23 const GrSimpleTextureEffect& _outer = args.fFp.cast<GrSimpleTextureEffect>(); 39 GrGLSLFragmentProcessor* GrSimpleTextureEffect::onCreateGLSLInstance() const { 42 void GrSimpleTextureEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, 44 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const { 45 const GrSimpleTextureEffect& that = other.cast<GrSimpleTextureEffect>(); 51 GrSimpleTextureEffect::GrSimpleTextureEffect(const GrSimpleTextureEffect& src [all...] |
GrSimpleTextureEffect.h | 9 *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify. 16 class GrSimpleTextureEffect : public GrFragmentProcessor { 23 new GrSimpleTextureEffect(std::move(proxy), matrix, 32 return std::unique_ptr<GrFragmentProcessor>(new GrSimpleTextureEffect( 41 new GrSimpleTextureEffect(std::move(proxy), matrix, p)); 43 GrSimpleTextureEffect(const GrSimpleTextureEffect& src); 48 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix,
|
GrSimpleTextureEffect.fp | 27 new GrSimpleTextureEffect(std::move(proxy), matrix, 36 new GrSimpleTextureEffect(std::move(proxy), matrix, 44 new GrSimpleTextureEffect(std::move(proxy), matrix, p)); 75 return GrSimpleTextureEffect::Make(testData->textureProxy(texIdx), matrix, params);
|
/external/skia/src/gpu/ |
GrPaint.cpp | 12 #include "effects/GrSimpleTextureEffect.h" 39 this->addColorFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix)); 44 this->addColorFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix, 50 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix)); 56 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix,
|
GrTextureProducer.cpp | 20 #include "effects/GrSimpleTextureEffect.h" 220 return GrSimpleTextureEffect::Make(std::move(proxy), textureMatrix, samplerState);
|
GrBlurUtils.cpp | 21 #include "effects/GrSimpleTextureEffect.h" 50 paint.addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(std::move(mask), matrix));
|
GrSoftwarePathRenderer.cpp | 171 paint.addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(
|
GrContextPriv.cpp | 394 GrSimpleTextureEffect::Make(sk_ref_sp(srcProxy->asTextureProxy()), 588 GrSimpleTextureEffect::Make(std::move(tempProxy), SkMatrix::I())); [all...] |
/external/skqp/src/gpu/ |
GrPaint.cpp | 12 #include "effects/GrSimpleTextureEffect.h" 39 this->addColorFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix)); 44 this->addColorFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix, 50 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix)); 56 this->addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(std::move(proxy), matrix,
|
GrTextureProducer.cpp | 17 #include "effects/GrSimpleTextureEffect.h" 212 return GrSimpleTextureEffect::Make(std::move(proxy), textureMatrix, samplerState);
|
GrBlurUtils.cpp | 21 #include "effects/GrSimpleTextureEffect.h" 50 paint.addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(std::move(mask), matrix));
|
GrSoftwarePathRenderer.cpp | 169 paint.addCoverageFragmentProcessor(GrSimpleTextureEffect::Make(
|
/external/skia/tests/ |
RectangleTextureTest.cpp | 38 auto fp = GrSimpleTextureEffect::Make(rectProxy, SkMatrix::I(), filter);
|
OnFlushCallbackTest.cpp | 23 #include "effects/GrSimpleTextureEffect.h" 452 auto fp = GrSimpleTextureEffect::Make(atlasProxy, SkMatrix::I()); 578 auto fp = GrSimpleTextureEffect::Make(std::move(proxies[i]), t);
|
/external/skqp/tests/ |
RectangleTextureTest.cpp | 38 auto fp = GrSimpleTextureEffect::Make(rectProxy, SkMatrix::I(), filter);
|
OnFlushCallbackTest.cpp | 23 #include "effects/GrSimpleTextureEffect.h" 448 auto fp = GrSimpleTextureEffect::Make(atlasProxy, SkMatrix::I()); 574 auto fp = GrSimpleTextureEffect::Make(std::move(proxies[i]), t);
|
/external/skia/src/effects/imagefilters/ |
SkAlphaThresholdFilter.cpp | 27 #include "effects/GrSimpleTextureEffect.h" 186 auto textureFP = GrSimpleTextureEffect::Make(std::move(inputProxy), SkMatrix::I());
|
/external/skqp/src/effects/imagefilters/ |
SkAlphaThresholdFilter.cpp | 24 #include "effects/GrSimpleTextureEffect.h" 183 auto textureFP = GrSimpleTextureEffect::Make(std::move(inputProxy), SkMatrix::I());
|
/external/skia/samplecode/ |
SampleCCPRGeometry.cpp | 204 GrSimpleTextureEffect::Make(sk_ref_sp(ccbuff->asTextureProxy()), SkMatrix::I()));
|
/external/skia/src/shaders/ |
SkImageShader.cpp | 171 #include "effects/GrSimpleTextureEffect.h" 249 inner = GrSimpleTextureEffect::Make(std::move(proxy), lmInverse, samplerState);
|
/external/skqp/samplecode/ |
SampleCCPRGeometry.cpp | 201 GrSimpleTextureEffect::Make(sk_ref_sp(ccbuff->asTextureProxy()), SkMatrix::I()));
|
/external/skqp/src/shaders/ |
SkImageShader.cpp | 166 #include "effects/GrSimpleTextureEffect.h" 244 inner = GrSimpleTextureEffect::Make(std::move(proxy), lmInverse, samplerState);
|