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

  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 43 , fInputColor(inputColor ? inputColor : "half4(1.0)")
53 const char* fInputColor;
GrGLSLFragmentProcessor.h 88 be nullptr in which case the fInputColor is set to "half4(1.0)"
114 , fInputColor(inputColor ? inputColor : "half4(1.0)")
122 const char* fInputColor;
  /external/skia/src/gpu/ops/
GrDrawPathOp.h 44 const SkPMColor4f& color() const { return fInputColor; }
60 SkPMColor4f fInputColor;
  /external/skqp/src/gpu/glsl/
GrGLSLXferProcessor.h 43 , fInputColor(inputColor ? inputColor : "half4(1.0)")
53 const char* fInputColor;
GrGLSLFragmentProcessor.h 88 be nullptr in which case the fInputColor is set to "half4(1.0)"
114 , fInputColor(inputColor ? inputColor : "half4(1.0)")
122 const char* fInputColor;
  /external/skqp/src/gpu/ops/
GrDrawPathOp.h 42 const SkPMColor4f& color() const { return fInputColor; }
50 fAnalysis = fProcessorSet.finalize(fInputColor, GrProcessorAnalysisCoverage::kNone, clip,
51 isMixedSamples, caps, &fInputColor);
63 SkPMColor4f fInputColor;

Completed in 722 milliseconds