Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpu.h566 SkPMColor4f fConstColor; member
DGrGLGpu.cpp2916 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()
2918 fHWBlendState.fConstColor = blendConst; in flushBlend()
/external/skia/src/gpu/gl/
DGrGLGpu.h682 SkPMColor4f fConstColor; member
DGrGLGpu.cpp2585 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlendAndColorWrite()
2587 fHWBlendState.fConstColor = blendConst; in flushBlendAndColorWrite()