HomeSort by relevance Sort by last modified time
    Searched defs:GrAlphaThresholdFragmentProcessor (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
GrAlphaThresholdFragmentProcessor.h 9 * This file was autogenerated from GrAlphaThresholdFragmentProcessor.fp; do not modify.
21 class GrAlphaThresholdFragmentProcessor : public GrFragmentProcessor {
36 return sk_sp<GrFragmentProcessor>(new GrAlphaThresholdFragmentProcessor(
42 GrAlphaThresholdFragmentProcessor(sk_sp<GrTextureProxy> image,
60 this->initClassID<GrAlphaThresholdFragmentProcessor>();
GrAlphaThresholdFragmentProcessor.cpp 9 * This file was autogenerated from GrAlphaThresholdFragmentProcessor.fp; do not modify.
11 #include "GrAlphaThresholdFragmentProcessor.h"
14 inline GrFragmentProcessor::OptimizationFlags GrAlphaThresholdFragmentProcessor::optFlags(
34 const GrAlphaThresholdFragmentProcessor& _outer =
35 args.fFp.cast<GrAlphaThresholdFragmentProcessor>();
77 const GrAlphaThresholdFragmentProcessor& _outer =
78 _proc.cast<GrAlphaThresholdFragmentProcessor>();
93 GrGLSLFragmentProcessor* GrAlphaThresholdFragmentProcessor::onCreateGLSLInstance() const {
96 void GrAlphaThresholdFragmentProcessor::onGetGLSLProcessorKey(const GrShaderCaps& caps,
100 bool GrAlphaThresholdFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const
    [all...]

Completed in 172 milliseconds