Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h604 bool fConstColorValid; member
611 fConstColorValid = false; in invalidate()
DGrGLGpu.cpp2781 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2784 fHWBlendState.fConstColorValid = true; in flushBlendAndColorWrite()
/third_party/skia/src/gpu/gl/
DGrGLGpu.h707 bool fConstColorValid; member
714 fConstColorValid = false; in invalidate()
DGrGLGpu.cpp2615 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2618 fHWBlendState.fConstColorValid = true; in flushBlendAndColorWrite()