Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpu.h567 bool fConstColorValid; member
574 fConstColorValid = false; in invalidate()
DGrGLGpu.cpp2916 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()
2919 fHWBlendState.fConstColorValid = true; in flushBlend()
/external/skia/src/gpu/gl/
DGrGLGpu.h683 bool fConstColorValid; member
690 fConstColorValid = false; in invalidate()
DGrGLGpu.cpp2585 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2588 fHWBlendState.fConstColorValid = true; in flushBlendAndColorWrite()