Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_dma_buffer_surface_render_node_drawable_test.cpp148 bool result = surfaceDrawable_->DrawUIFirstCacheWithDma(*canvas_, *surfaceParams);
152 result = surfaceDrawable_->DrawUIFirstCacheWithDma(*canvas_, *surfaceParams);
155 result = surfaceDrawable_->DrawUIFirstCacheWithDma(*canvas_, *surfaceParams);
160 result = surfaceDrawable_->DrawUIFirstCacheWithDma(*canvas_, *surfaceParams);
164 result = surfaceDrawable_->DrawUIFirstCacheWithDma(*canvas_, *surfaceParams);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_dma_buffer_surface_render_node_drawable.cpp145 bool RSSurfaceRenderNodeDrawable::DrawUIFirstCacheWithDma( in DrawUIFirstCacheWithDma() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable
H A Drs_surface_render_node_drawable.h277 bool DrawUIFirstCacheWithDma(RSPaintFilterCanvas& canvas, RSSurfaceRenderParams& surfaceParams);
H A Drs_surface_render_node_drawable.cpp920DrawUIFirstCacheWithDma(canvas, surfaceParams) : DrawUIFirstCache(canvas, canSkipFirstWait); in DealWithUIFirstCache()