Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.mm356 mtlColorAttachment.destinationRGBBlendFactor = blend_coeff_to_mtl_blend(dstCoeff);
363 writer->writeInt(mtlColorAttachment.destinationRGBBlendFactor);
456 mtlColorAttachment.destinationRGBBlendFactor = (MTLBlendFactor) reader->readInt();
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm129 ANGLE_OBJC_CP_PROPERTY(objCDesc.get(), desc, destinationRGBBlendFactor);
482 ANGLE_PROP_EQ(*this, rhs, destinationRGBBlendFactor) &&
501 destinationAlphaBlendFactor = destinationRGBBlendFactor = MTLBlendFactorZero;
Dmtl_state_cache.h183 uint8_t destinationRGBBlendFactor : 5; member
DContextMtl.mm2097 blendDesc.destinationRGBBlendFactor =
/external/skia/src/gpu/graphite/mtl/
DMtlGraphicsPipeline.mm240 mtlColorAttachment.destinationRGBBlendFactor = blend_coeff_to_mtl_blend(dstCoeff);