Home | History | Annotate | Download | only in effects

Lines Matching refs:GrAlphaThresholdFragmentProcessor

9  *** This file was autogenerated from GrAlphaThresholdFragmentProcessor.fp; do not modify.
11 #include "GrAlphaThresholdFragmentProcessor.h"
13 inline GrFragmentProcessor::OptimizationFlags GrAlphaThresholdFragmentProcessor::optFlags(
33 const GrAlphaThresholdFragmentProcessor& _outer =
34 args.fFp.cast<GrAlphaThresholdFragmentProcessor>();
66 const GrAlphaThresholdFragmentProcessor& _outer =
67 _proc.cast<GrAlphaThresholdFragmentProcessor>();
76 GrGLSLFragmentProcessor* GrAlphaThresholdFragmentProcessor::onCreateGLSLInstance() const {
79 void GrAlphaThresholdFragmentProcessor::onGetGLSLProcessorKey(const GrShaderCaps& caps,
81 bool GrAlphaThresholdFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const {
82 const GrAlphaThresholdFragmentProcessor& that = other.cast<GrAlphaThresholdFragmentProcessor>();
89 GrAlphaThresholdFragmentProcessor::GrAlphaThresholdFragmentProcessor(
90 const GrAlphaThresholdFragmentProcessor& src)
99 std::unique_ptr<GrFragmentProcessor> GrAlphaThresholdFragmentProcessor::clone() const {
100 return std::unique_ptr<GrFragmentProcessor>(new GrAlphaThresholdFragmentProcessor(*this));
102 const GrFragmentProcessor::TextureSampler& GrAlphaThresholdFragmentProcessor::onTextureSampler(
106 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrAlphaThresholdFragmentProcessor);
108 std::unique_ptr<GrFragmentProcessor> GrAlphaThresholdFragmentProcessor::TestCreate(
121 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh,