Searched refs:blendOff (Results 1 – 3 of 3) sorted by relevance
354 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in fill_in_blend_state() local357 rtBlend.BlendEnable = !blendOff; in fill_in_blend_state()358 if (!blendOff) { in fill_in_blend_state()
389 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in setup_color_blend_state() local392 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()393 if (!blendOff) { in setup_color_blend_state()
2565 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff) || in flushBlendAndColorWrite() local2568 if (blendOff) { in flushBlendAndColorWrite()