Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h388 bool neverDisableColorWrites() const { return fNeverDisableColorWrites; } in neverDisableColorWrites() function
DGrGLGpu.cpp2716 if (this->glCaps().neverDisableColorWrites() && !blendInfo.fWriteColor) { in flushBlendAndColorWrite()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h400 bool neverDisableColorWrites() const { return fNeverDisableColorWrites; } in neverDisableColorWrites() function
DGrGLGpu.cpp2537 if (this->glCaps().neverDisableColorWrites() && !blendInfo.fWriteColor) { in flushBlendAndColorWrite()