Home
last modified time | relevance | path

Searched refs:does_cpu_blend_impl_match_gpu (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrBlendFragmentProcessor.cpp17 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu() function
133 if (does_cpu_blend_impl_match_gpu(mode) && in OptFlags()
/third_party/flutter/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp20 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { in does_cpu_blend_impl_match_gpu() function
135 if (does_cpu_blend_impl_match_gpu(mode) && src->hasConstantOutputForConstantInput() && in OptFlags()
383 if (does_cpu_blend_impl_match_gpu(mode) && fp->hasConstantOutputForConstantInput()) { in OptFlags()