Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp103 rsFilterDrawable.IsFilterCacheValid(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h136 bool IsFilterCacheValid() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp257 effectParams->SetCacheValid(filterDrawable->IsFilterCacheValid()); in OnFilterCacheStateChanged()
H A Drs_render_node.cpp1841 bool RSRenderNode::IsFilterCacheValid() const in IsFilterCacheValid() function in OHOS::Rosen::RSRenderNode
1852 return filterDrawable->IsFilterCacheValid(); in IsFilterCacheValid()
H A Drs_surface_render_node.cpp1670 if (isFilterCacheFullyCovered_ || !filterNode.IsFilterCacheValid()) { in CheckValidFilterCacheFullyCoverTarget()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp360 bool RSFilterDrawable::IsFilterCacheValid() const in IsFilterCacheValid() function in OHOS::Rosen::DrawableV2::RSFilterDrawable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp775 node.IsFilterCacheValid();
791 node.IsFilterCacheValid();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h541 bool IsFilterCacheValid() const;