Home
last modified time | relevance | path

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

/third_party/skia/tests/
DAdvancedBlendTest.cpp52 if (GrCaps::kAdvancedCoherent_BlendEquationSupport == caps.blendEquationSupport()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
57 == caps.blendEquationSupport()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp334 if (caps.blendEquationSupport() == GrCaps::kAdvancedCoherent_BlendEquationSupport) { in analysisProperties()
/third_party/skia/src/gpu/
DGrCaps.h132 BlendEquationSupport blendEquationSupport() const { return fBlendEquationSupport; } in blendEquationSupport() function
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3595 this->caps()->blendEquationSupport()); in xferBarrier()