Home
last modified time | relevance | path

Searched defs:uniParams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp114 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
136 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
155 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
178 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
198 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
226 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
255 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
279 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
309 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
486 auto uniParams = std::make_shared<RSRenderThreadParams>(); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp678 auto& uniParams = RSUniRenderThread::Instance().GetRSRenderThreadParams(); in CaptureSurface() local
891 …RSPaintFilterCanvas& canvas, RSSurfaceRenderParams& surfaceParams, RSRenderThreadParams& uniParams) in DealWithUIFirstCache()