Home
last modified time | relevance | path

Searched refs:kSoftLight_GrBlendEquation (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DGrBlend.h31 kSoftLight_GrBlendEquation, enumerator
DGrXferProcessor.cpp79 case kSoftLight_GrBlendEquation: in equation_string()
/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp38 static_assert(kSoftLight_GrBlendEquation == (int)SkBlendMode::kSoftLight + kEqOffset); in hw_blend_equation()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp375 static_assert(10 == kSoftLight_GrBlendEquation); in blend_equation_to_vk_blend_op()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp101 static_assert(10 == kSoftLight_GrBlendEquation);