Home
last modified time | relevance | path

Searched refs:DrawableCacheWithDma (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H A Drs_sub_thread_test.cpp366 curThread->DrawableCacheWithDma(nodeDrawable);
369 curThread->DrawableCacheWithDma(nodeDrawable);
373 curThread->DrawableCacheWithDma(nodeDrawable);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.h59 … void DrawableCacheWithDma(std::shared_ptr<DrawableV2::RSSurfaceRenderNodeDrawable> nodeDrawable);
H A Drs_sub_thread.cpp282 DrawableCacheWithDma(nodeDrawable); in DrawableCache()
390 void RSSubThread::DrawableCacheWithDma(std::shared_ptr<DrawableV2::RSSurfaceRenderNodeDrawable> nod… in DrawableCacheWithDma() function in OHOS::Rosen::RSSubThread