Home | History | Annotate | Download | only in effects

Lines Matching defs:GrSimpleTextureEffect

9  *** This file was autogenerated from GrSimpleTextureEffect.fp; do not modify.
11 #include "GrSimpleTextureEffect.h"
24 const GrSimpleTextureEffect& _outer = args.fFp.cast<GrSimpleTextureEffect>();
41 GrGLSLFragmentProcessor* GrSimpleTextureEffect::onCreateGLSLInstance() const {
44 void GrSimpleTextureEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps,
46 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const {
47 const GrSimpleTextureEffect& that = other.cast<GrSimpleTextureEffect>();
53 GrSimpleTextureEffect::GrSimpleTextureEffect(const GrSimpleTextureEffect& src)
61 std::unique_ptr<GrFragmentProcessor> GrSimpleTextureEffect::clone() const {
62 return std::unique_ptr<GrFragmentProcessor>(new GrSimpleTextureEffect(*this));
64 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrSimpleTextureEffect);
66 std::unique_ptr<GrFragmentProcessor> GrSimpleTextureEffect::TestCreate(
84 return GrSimpleTextureEffect::Make(testData->textureProxy(texIdx), matrix, params);