Home
last modified time | relevance | path

Searched refs:blendOff (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp360 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff); in fill_in_blend_state() local
363 rtBlend.BlendEnable = !blendOff; in fill_in_blend_state()
364 if (!blendOff) { in fill_in_blend_state()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp395 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff);
398 attachmentState->blendEnable = !blendOff;
399 if (!blendOff) {
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2564 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff) || in flushBlendAndColorWrite() local
2567 if (blendOff) { in flushBlendAndColorWrite()

Completed in 10 milliseconds