Searched refs:foregroundFilterCache_ (Results 1 – 6 of 6) sorted by relevance
441 return foregroundFilterCache_; in GetForegroundFilterCache()446 if (foregroundFilterCache_ == foregroundFilterCache) { in SetForegroundFilterCache()449 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()499 target->foregroundFilterCache_ = foregroundFilterCache_; in OnSync()525 if (foregroundFilterCache_ != nullptr) { in ToString()526 ret += foregroundFilterCache_->GetDescription(); in ToString()
473 params.foregroundFilterCache_ = std::make_shared<RSFilter>();476 params.foregroundFilterCache_ = nullptr;497 params.foregroundFilterCache_ = std::make_shared<RSFilter>();508 params.foregroundFilterCache_ = nullptr;
1288 return foregroundFilterCache_; in GetForegroundFilterCache()1293 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()2414 foregroundFilterCache_ = spherizeEffectFilter; in CreateSphereEffectFilter()3986 auto foregroundFilterCache_ = GetForegroundFilterCache(); in Dump() local3987 if (foregroundFilterCache_ && foregroundFilterCache_->IsValid() && in Dump()3988 …sprintf_s(buffer, UINT8_MAX, ", ForegroundFilter[%s]", foregroundFilterCache_->GetDescription().c_… in Dump()4327 … foregroundFilterCache_ != nullptr || IsWaterRippleValid() || needDrawBehindWindow_ || in UpdateFilter()4336 foregroundFilterCache_ = motionBlurFilter; in UpdateForegroundFilter()4343 foregroundFilterCache_ = foregroundEffectFilter; in UpdateForegroundFilter()4360 foregroundFilterCache_ = colorfulShadowFilter; in UpdateForegroundFilter()[all …]
376 std::shared_ptr<RSFilter> foregroundFilterCache_ = nullptr; variable
662 std::shared_ptr<RSFilter> foregroundFilterCache_ = nullptr; // view content filter via cache variable
517 properties.foregroundFilterCache_ = std::make_shared<RSFilter>();521 properties.foregroundFilterCache_->type_ = RSFilter::FOREGROUND_EFFECT;