Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp696 drawCmdList->SetIsCache(true);
777 drawCmdList->SetIsCache(true);
802 drawCmdList->SetIsCache(true);
807 drawCmdList->SetIsCache(false);
829 drawCmdList2->SetIsCache(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h179 void SetIsCache(bool isCached);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp383 void DrawCmdList::SetIsCache(bool isCached) in SetIsCache() function in OHOS::Rosen::Drawing::DrawCmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1751 val->SetIsCache(isCache); in Unmarshalling()