Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_resource_manager_test.cpp64 resourceManager->UploadTexture(true, image, pixelMap, 1);
67 resourceManager->UploadTexture(true, image, pixelMap, 1);
83 resourceManager->UploadTexture(true, image, pixelMap, 1);
86 resourceManager->UploadTexture(true, image, pixelMap, 1);
/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() function in OHOS::Rosen::RSResourceManager
H A Drs_image_base.cpp428 RSResourceManager::Instance().UploadTexture(paraUpload && renderServiceImage_, image_, in ConvertPixelMapToDrawingImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_resource_manager.h38 void UploadTexture(bool paraUpload, const std::shared_ptr<Drawing::Image>& image,