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

  /external/skia/src/gpu/gradients/
GrUnrolledBinaryGradientColorizer.cpp 62 auto thresholds9_13 = _outer.thresholds9_13(); variable
63 (void)thresholds9_13; variable
127 kHalf4_GrSLType, "thresholds9_13");
237 reinterpret_cast<const float*>(&(_outer.thresholds9_13())));
GrUnrolledBinaryGradientColorizer.h 37 const SkRect& thresholds9_13() const { return fThresholds9_13; } function in class:GrUnrolledBinaryGradientColorizer
65 SkRect thresholds9_13)
85 , fThresholds9_13(thresholds9_13) {}
  /external/skqp/src/gpu/gradients/
GrUnrolledBinaryGradientColorizer.cpp 62 auto thresholds9_13 = _outer.thresholds9_13(); variable
63 (void)thresholds9_13; variable
127 kFragment_GrShaderFlag, kHalf4_GrSLType, kDefault_GrSLPrecision, "thresholds9_13");
237 reinterpret_cast<const float*>(&(_outer.thresholds9_13())));
GrUnrolledBinaryGradientColorizer.h 37 const SkRect& thresholds9_13() const { return fThresholds9_13; } function in class:GrUnrolledBinaryGradientColorizer
65 SkRect thresholds9_13)
85 , fThresholds9_13(thresholds9_13) {}

Completed in 48 milliseconds