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.h585 bool fConstColorValid; member
592 fConstColorValid = false; in invalidate()
DGrGLGpu.cpp2928 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()
2931 fHWBlendState.fConstColorValid = true; in flushBlend()