Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp2929 GrColor blendConst = blendInfo.fBlendConstant; in flushBlend() local
2930 blendConst = swizzle.applyTo(blendConst); in flushBlend()
2931 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()
2933 GrColorToRGBAFloat(blendConst, c); in flushBlend()
2935 fHWBlendState.fConstColor = blendConst; in flushBlend()