Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp82 fHWBlendEquation(hwBlendEquation) { in CustomXP()
89 fHWBlendEquation(static_cast<GrBlendEquation>(-1)) { in CustomXP()
98 bool hasHWBlendEquation() const { return -1 != static_cast<int>(fHWBlendEquation); } in hasHWBlendEquation()
102 return fHWBlendEquation; in hwBlendEquation()
120 const GrBlendEquation fHWBlendEquation; member in CustomXP
200 return fMode == s.fMode && fHWBlendEquation == s.fHWBlendEquation; in onIsEqual()
352 GrBlendEquation fHWBlendEquation; member in CustomXPFactory
359 fHWBlendEquation(hw_blend_equation(mode)) { in CustomXPFactory()
368 if (can_use_hw_blend_equation(fHWBlendEquation, opt, caps)) { in onCreateXferProcessor()
370 return new CustomXP(fMode, fHWBlendEquation); in onCreateXferProcessor()
[all …]