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

  /external/skia/src/gpu/effects/
GrSingleTextureEffect.cpp 12 GrSingleTextureEffect::GrSingleTextureEffect(OptimizationFlags optFlags,
16 : INHERITED(optFlags)
24 GrSingleTextureEffect::GrSingleTextureEffect(OptimizationFlags optFlags,
29 : INHERITED(optFlags)
37 GrSingleTextureEffect::GrSingleTextureEffect(OptimizationFlags optFlags,
41 : INHERITED(optFlags)
Gr1DKernelEffect.h 47 Gr1DKernelEffect(OptimizationFlags optFlags,
49 : INHERITED(optFlags, std::move(proxy), nullptr, SkMatrix::I())
  /external/skia/src/effects/
GrAlphaThresholdFragmentProcessor.h 23 inline OptimizationFlags optFlags(float outerThreshold);
GrAlphaThresholdFragmentProcessor.cpp 14 inline GrFragmentProcessor::OptimizationFlags GrAlphaThresholdFragmentProcessor::optFlags(
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 117 if of, err := optFlags(p, input, f); err == nil {
336 // optFlags parses an interactive option setting and returns
338 func optFlags(p *profile.Profile, input string, f *flags) (*flags, error) {
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 117 if of, err := optFlags(p, input, f); err == nil {
336 // optFlags parses an interactive option setting and returns
338 func optFlags(p *profile.Profile, input string, f *flags) (*flags, error) {

Completed in 254 milliseconds