Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h124 kAdvanced_BlendEquationSupport, //<! Additional fixed function support for specific enumerator
135 return fBlendEquationSupport >= kAdvanced_BlendEquationSupport; in advancedBlendEquationSupport()
DGrCaps.cpp273 static_assert(1 == kAdvanced_BlendEquationSupport); in dumpJSON()
/third_party/skia/tests/
DAdvancedBlendTest.cpp56 GrCaps::kAdvanced_BlendEquationSupport in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1094 fBlendEquationSupport = kAdvanced_BlendEquationSupport; in initBlendEqationSupport()
1097 fBlendEquationSupport = kAdvanced_BlendEquationSupport; in initBlendEqationSupport()
4041 kAdvanced_BlendEquationSupport == fBlendEquationSupport) { in applyDriverCorrectnessWorkarounds()
DGrGLGpu.cpp3594 SkASSERT(GrCaps::kAdvanced_BlendEquationSupport == in xferBarrier()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp683 fBlendEquationSupport = kAdvanced_BlendEquationSupport; in initGrCaps()