Searched refs:UploadImageToGPUForRender (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_provider.h | 85 …static void UploadImageToGPUForRender(const WeakPtr<PipelineBase> context, const sk_sp<SkImage>& i… 90 static void UploadImageToGPUForRender(const WeakPtr<PipelineBase> context,
|
H A D | image_object.cpp | 311 ImageProvider::UploadImageToGPUForRender(pipelineContext, image, stripped, callback, key); 320 ImageProvider::UploadImageToGPUForRender(pipelineContext, image, stripped, callback, key);
|
H A D | image_provider.cpp | 395 void ImageProvider::UploadImageToGPUForRender(const WeakPtr<PipelineBase> context, const sk_sp<SkIm… function in OHOS::Ace::ImageProvider 453 void ImageProvider::UploadImageToGPUForRender(const WeakPtr<PipelineBase> context, function in OHOS::Ace::ImageProvider
|