Home
last modified time | relevance | path

Searched refs:SetCacheSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h188 void SetCacheSize(Vector2f size);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp205 void RSRenderParams::SetCacheSize(Vector2f size) in SetCacheSize() function in OHOS::Rosen::RSRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_test.cpp289 params.SetCacheSize({100, 100});
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4086 stagingRenderParams_->SetCacheSize(GetOptionalBufferSize()); in UpdateRenderParams()