Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h100 bool advancedBlendEquationSupport() const { in advancedBlendEquationSupport() function
110 SkASSERT(this->advancedBlendEquationSupport()); in isAdvancedBlendEquationBlacklisted()
DGrCaps.cpp211 if (this->advancedBlendEquationSupport()) { in dumpJSON()
/third_party/skia/tests/
DAdvancedBlendTest.cpp48 if (caps.advancedBlendEquationSupport() && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DAdvancedBlendTest.cpp49 if (caps.advancedBlendEquationSupport() && in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
DGrCaps.h134 bool advancedBlendEquationSupport() const { in advancedBlendEquationSupport() function
144 SkASSERT(this->advancedBlendEquationSupport()); in isAdvancedBlendEquationDisabled()
DGrCaps.cpp254 if (this->advancedBlendEquationSupport()) { in dumpJSON()
/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp56 if (!caps.advancedBlendEquationSupport()) { in can_use_hw_blend_equation()
/third_party/flutter/skia/src/gpu/effects/
DGrCustomXfermode.cpp59 if (!caps.advancedBlendEquationSupport()) { in can_use_hw_blend_equation()
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp91 gpu->caps()->advancedBlendEquationSupport()); in Create()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2745 SkASSERT(this->caps()->advancedBlendEquationSupport()); in flushBlendAndColorWrite()
2767 SkASSERT(this->caps()->advancedBlendEquationSupport()); in flushBlendAndColorWrite()
DGrGLCaps.cpp3461 if (this->advancedBlendEquationSupport()) { in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2564 SkASSERT(this->caps()->advancedBlendEquationSupport()); in flushBlendAndColorWrite()
2601 SkASSERT(this->caps()->advancedBlendEquationSupport()); in flushBlendAndColorWrite()
DGrGLCaps.cpp3996 if (this->advancedBlendEquationSupport()) { in applyDriverCorrectnessWorkarounds()