Home | History | Annotate | Download | only in effects

Lines Matching refs:GrSimpleTextureEffect

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)
59 std::unique_ptr<GrFragmentProcessor> GrSimpleTextureEffect::clone() const {
60 return std::unique_ptr<GrFragmentProcessor>(new GrSimpleTextureEffect(*this));
62 const GrFragmentProcessor::TextureSampler& GrSimpleTextureEffect::onTextureSampler(
66 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrSimpleTextureEffect);
68 std::unique_ptr<GrFragmentProcessor> GrSimpleTextureEffect::TestCreate(
86 return GrSimpleTextureEffect::Make(testData->textureProxy(texIdx), matrix, params);