Home
last modified time | relevance | path

Searched refs:HintCacheGpuResource (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dimage.cpp222 void Image::HintCacheGpuResource() const in HintCacheGpuResource() function in OHOS::Rosen::Drawing::Image
224 imageImplPtr->HintCacheGpuResource(); in HintCacheGpuResource()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_frame_geometry.cpp49 imageSnapshot->HintCacheGpuResource(); in Draw()
H A Drs_filter_cache_manager.cpp223 snapshot->HintCacheGpuResource(); in TakeSnapshot()
273 filteredSnapshot->HintCacheGpuResource(); in GenerateFilteredSnapshot()
H A Drs_properties_painter.cpp668 imageSnapshot->HintCacheGpuResource(); in DrawFilter()
1608 imageSnapshot->HintCacheGpuResource(); in DrawColorFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_impl.h97 virtual void HintCacheGpuResource() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image.h97 void HintCacheGpuResource() const override;
H A Dskia_image.cpp534 void SkiaImage::HintCacheGpuResource() const in HintCacheGpuResource() function in OHOS::Rosen::Drawing::SkiaImage
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h435 void HintCacheGpuResource() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp355 imageSnapshot->HintCacheGpuResource(); in DrawFilter()