Home
last modified time | relevance | path

Searched refs:GrTextureDomainEffect (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/effects/
H A DGrTextureDomain.cpp174 sk_sp<GrFragmentProcessor> GrTextureDomainEffect::Make(GrTexture* texture, in Make()
191 GrTextureDomainEffect::GrTextureDomainEffect(GrTexture* texture, in GrTextureDomainEffect() function in GrTextureDomainEffect
201 this->initClassID<GrTextureDomainEffect>(); in GrTextureDomainEffect()
204 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, in onGetGLSLProcessorKey()
209 GrGLSLFragmentProcessor* GrTextureDomainEffect::onCreateGLSLInstance() const { in onCreateGLSLInstance()
213 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
230 const GrTextureDomainEffect& tde = fp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
243 bool GrTextureDomainEffect::onIsEqual(const GrFragmentProcessor& sBase) const { in onIsEqual()
244 const GrTextureDomainEffect& s = sBase.cast<GrTextureDomainEffect>(); in onIsEqual()
264 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrTextureDomainEffect);
[all …]
H A DGrTextureDomain.h166 class GrTextureDomainEffect : public GrSingleTextureEffect {
190 GrTextureDomainEffect(GrTexture*,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrTextureDomain.cpp197 inline GrFragmentProcessor::OptimizationFlags GrTextureDomainEffect::OptFlags( in OptFlags()
207 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
217 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect( in Make()
222 GrTextureDomainEffect::GrTextureDomainEffect(sk_sp<GrTextureProxy> proxy, in GrTextureDomainEffect() function in GrTextureDomainEffect
237 GrTextureDomainEffect::GrTextureDomainEffect(const GrTextureDomainEffect& that) in GrTextureDomainEffect() function in GrTextureDomainEffect
246 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
255 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
274 const GrTextureDomainEffect& tde = fp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
289 const GrTextureDomainEffect& s = sBase.cast<GrTextureDomainEffect>(); in onIsEqual()
295 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrTextureDomainEffect);
[all …]
H A DGrTextureDomain.h151 class GrTextureDomainEffect : public GrFragmentProcessor {
162 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect(*this)); in clone()
179 GrTextureDomainEffect(sk_sp<GrTextureProxy>,
185 explicit GrTextureDomainEffect(const GrTextureDomainEffect&);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrTextureDomain.cpp253 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
264 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
276 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect( in Make()
280 GrTextureDomainEffect::GrTextureDomainEffect(sk_sp<GrTextureProxy> proxy, in GrTextureDomainEffect() function in GrTextureDomainEffect
299 GrTextureDomainEffect::GrTextureDomainEffect(const GrTextureDomainEffect& that) in GrTextureDomainEffect() function in GrTextureDomainEffect
308 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
317 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
337 const GrTextureDomainEffect& tde = fp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
352 const GrTextureDomainEffect& s = sBase.cast<GrTextureDomainEffect>(); in onIsEqual()
358 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrTextureDomainEffect);
[all …]
H A DGrTextureDomain.h188 class GrTextureDomainEffect : public GrFragmentProcessor {
208 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect(*this)); in clone()
227 GrTextureDomainEffect(sk_sp<GrTextureProxy>,
235 explicit GrTextureDomainEffect(const GrTextureDomainEffect&);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/effects/
H A DGrTextureDomain.cpp253 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
264 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
276 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect( in Make()
280 GrTextureDomainEffect::GrTextureDomainEffect(sk_sp<GrTextureProxy> proxy, in GrTextureDomainEffect() function in GrTextureDomainEffect
299 GrTextureDomainEffect::GrTextureDomainEffect(const GrTextureDomainEffect& that) in GrTextureDomainEffect() function in GrTextureDomainEffect
308 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
317 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
337 const GrTextureDomainEffect& tde = fp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
352 const GrTextureDomainEffect& s = sBase.cast<GrTextureDomainEffect>(); in onIsEqual()
358 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrTextureDomainEffect);
[all …]
H A DGrTextureDomain.h188 class GrTextureDomainEffect : public GrFragmentProcessor {
208 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect(*this)); in clone()
227 GrTextureDomainEffect(sk_sp<GrTextureProxy>,
235 explicit GrTextureDomainEffect(const GrTextureDomainEffect&);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrTextureDomain.cpp253 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
264 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
276 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect( in Make()
280 GrTextureDomainEffect::GrTextureDomainEffect(sk_sp<GrTextureProxy> proxy, in GrTextureDomainEffect() function in GrTextureDomainEffect
299 GrTextureDomainEffect::GrTextureDomainEffect(const GrTextureDomainEffect& that) in GrTextureDomainEffect() function in GrTextureDomainEffect
308 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
317 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
337 const GrTextureDomainEffect& tde = fp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
352 const GrTextureDomainEffect& s = sBase.cast<GrTextureDomainEffect>(); in onIsEqual()
358 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrTextureDomainEffect);
[all …]
H A DGrTextureDomain.h188 class GrTextureDomainEffect : public GrFragmentProcessor {
208 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect(*this)); in clone()
227 GrTextureDomainEffect(sk_sp<GrTextureProxy>,
235 explicit GrTextureDomainEffect(const GrTextureDomainEffect&);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrTextureDomain.cpp253 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
264 std::unique_ptr<GrFragmentProcessor> GrTextureDomainEffect::Make( in Make()
276 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect( in Make()
280 GrTextureDomainEffect::GrTextureDomainEffect(sk_sp<GrTextureProxy> proxy, in GrTextureDomainEffect() function in GrTextureDomainEffect
299 GrTextureDomainEffect::GrTextureDomainEffect(const GrTextureDomainEffect& that) in GrTextureDomainEffect() function in GrTextureDomainEffect
308 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
317 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
337 const GrTextureDomainEffect& tde = fp.cast<GrTextureDomainEffect>(); in onCreateGLSLInstance()
352 const GrTextureDomainEffect& s = sBase.cast<GrTextureDomainEffect>(); in onIsEqual()
358 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrTextureDomainEffect);
[all …]
H A DGrTextureDomain.h188 class GrTextureDomainEffect : public GrFragmentProcessor {
208 return std::unique_ptr<GrFragmentProcessor>(new GrTextureDomainEffect(*this)); in clone()
227 GrTextureDomainEffect(sk_sp<GrTextureProxy>,
235 explicit GrTextureDomainEffect(const GrTextureDomainEffect&);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp56 GrTextureDomainEffect::Make(std::move(inputProxy), SkMatrix::I(), domain, in CopyOnGpu()
193 return GrTextureDomainEffect::Make(std::move(proxy), textureMatrix, domain, in CreateFragmentProcessorForDomainAndFilter()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp67 GrTextureDomainEffect::Make(std::move(inputProxy), colorType, SkMatrix::I(), domain, in CopyOnGpu()
209 return GrTextureDomainEffect::Make(std::move(proxy), srcColorType, textureMatrix, in createFragmentProcessorForDomainAndFilter()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp67 GrTextureDomainEffect::Make(std::move(inputProxy), colorType, SkMatrix::I(), domain, in CopyOnGpu()
209 return GrTextureDomainEffect::Make(std::move(proxy), srcColorType, textureMatrix, in createFragmentProcessorForDomainAndFilter()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp67 GrTextureDomainEffect::Make(std::move(inputProxy), colorType, SkMatrix::I(), domain, in CopyOnGpu()
209 return GrTextureDomainEffect::Make(std::move(proxy), srcColorType, textureMatrix, in createFragmentProcessorForDomainAndFilter()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp67 GrTextureDomainEffect::Make(std::move(inputProxy), colorType, SkMatrix::I(), domain, in CopyOnGpu()
209 return GrTextureDomainEffect::Make(std::move(proxy), srcColorType, textureMatrix, in createFragmentProcessorForDomainAndFilter()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkXfermodeImageFilter.cpp270 bgFP = GrTextureDomainEffect::Make( in filterImageGPU()
288 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()
H A DSkArithmeticImageFilter.cpp357 bgFP = GrTextureDomainEffect::Make( in filterImageGPU()
375 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkXfermodeImageFilter.cpp270 bgFP = GrTextureDomainEffect::Make( in filterImageGPU()
288 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()
H A DSkArithmeticImageFilter.cpp357 bgFP = GrTextureDomainEffect::Make( in filterImageGPU()
375 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkXfermodeImageFilter.cpp270 bgFP = GrTextureDomainEffect::Make( in filterImageGPU()
288 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()
H A DSkArithmeticImageFilter.cpp357 bgFP = GrTextureDomainEffect::Make( in filterImageGPU()
375 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkXfermodeImageFilter.cpp270 bgFP = GrTextureDomainEffect::Make( in filterImageGPU()
288 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/effects/
H A DSkXfermodeImageFilter.cpp300 bgFP = GrTextureDomainEffect::Make(std::move(backgroundProxy), bgMatrix, in filterImageGPU()
315 auto foregroundFP = GrTextureDomainEffect::Make( in filterImageGPU()

12