Searched refs:blend_property_ (Results 1 – 2 of 2) sorted by relevance
98 if (GetPlaneProperty("pixel blend mode", blend_property_, in Init()100 blend_property_.AddEnumToMap("Pre-multiplied", BufferBlendMode::kPreMult, in Init()102 blend_property_.AddEnumToMap("Coverage", BufferBlendMode::kCoverage, in Init()104 blend_property_.AddEnumToMap("None", BufferBlendMode::kNone, in Init()319 !blend_property_.AtomicSet(pset, in AtomicSetState()
100 DrmProperty blend_property_; variable