Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkPipeline.cpp545 GrColor blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in SetDynamicBlendConstantState() local
546 GrColorToRGBAFloat(blendConst, floatColors); in SetDynamicBlendConstantState()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2868 GrColor blendConst = blendInfo.fBlendConstant; in flushBlend() local
2869 blendConst = swizzle.applyTo(blendConst); in flushBlend()
2870 if (!fHWBlendState.fConstColorValid || fHWBlendState.fConstColor != blendConst) { in flushBlend()
2872 GrColorToRGBAFloat(blendConst, c); in flushBlend()
2874 fHWBlendState.fConstColor = blendConst; in flushBlend()