Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm365 mtlColorAttachment.rgbBlendOperation = blend_equation_to_mtl_blend_op(equation);
372 writer->writeInt(mtlColorAttachment.rgbBlendOperation);
456 mtlColorAttachment.rgbBlendOperation = (MTLBlendOperation) reader->readInt();
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm138 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, rgbBlendOperation);
513 ANGLE_PROP_EQ(*this, rhs, rgbBlendOperation) &&
533 alphaBlendOperation = rgbBlendOperation = MTLBlendOperationAdd;
Dmtl_state_cache.h178 uint8_t rgbBlendOperation : 3; member
DContextMtl.mm1627 blendDesc.rgbBlendOperation = mtl::GetBlendOp(blendStateExt.getEquationColorIndexed(i));
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm293 mtlColorAttachment.rgbBlendOperation = blend_equation_to_mtl_blend_op(equation);