Searched refs:blendOff (Results 1 – 6 of 6) sorted by relevance
286 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) &&289 mtlColorAttachment.blendingEnabled = !blendOff;290 if (!blendOff) {
435 bool blendOff = (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in setup_color_blend_state() local439 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()440 if (!blendOff) { in setup_color_blend_state()
418 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in setup_color_blend_state() local421 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()422 if (!blendOff) { in setup_color_blend_state()
365 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in fill_in_blend_state() local368 rtBlend.BlendEnable = !blendOff; in fill_in_blend_state()369 if (!blendOff) { in fill_in_blend_state()
2538 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff) || in flushBlendAndColorWrite() local2541 if (blendOff) { in flushBlendAndColorWrite()
2866 bool blendOff = in flushBlend() local2870 if (blendOff) { in flushBlend()