Home
last modified time | relevance | path

Searched defs:paraUpload (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_resource_manager.cpp24 void RSResourceManager::UploadTexture(bool paraUpload, const std::shared_ptr<Drawing::Image>& image, in UploadTexture()
H A Drs_image_base.cpp404 void RSImageBase::ConvertPixelMapToDrawingImage(bool paraUpload) in ConvertPixelMapToDrawingImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_resource_helper_drawing.cpp24 void UploadTextureWithDrawing(bool paraUpload, const std::shared_ptr<Drawing::Image>& imageUp, in UploadTextureWithDrawing()
H A Drs_resource_helper_skia.cpp26 void UploadTextureWithSkia(bool paraUpload, const sk_sp<SkImage>& imageUp, in UploadTextureWithSkia()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_resource_manager_test.cpp39 static void TestHookFunction(bool paraUpload, const std::shared_ptr<Drawing::Image>& image, in TestHookFunction()