Home
last modified time | relevance | path

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

/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp343 static D3D12_BLEND_OP blend_equation_to_d3d_op(GrBlendEquation equation) { in blend_equation_to_d3d_op() function
372 rtBlend.BlendOp = blend_equation_to_d3d_op(equation); in fill_in_blend_state()
375 rtBlend.BlendOpAlpha = blend_equation_to_d3d_op(equation); in fill_in_blend_state()