Home
last modified time | relevance | path

Searched refs:GetBackendTexture (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp99 BackendTexture Surface::GetBackendTexture(BackendAccess access) const in GetBackendTexture() function in OHOS::Rosen::Drawing::Surface
101 return impl_->GetBackendTexture(access); in GetBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dimage.cpp115 BackendTexture Image::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const in GetBackendTexture() function in OHOS::Rosen::Drawing::Image
117 return imageImplPtr->GetBackendTexture(flushPendingGrContextIO, origin); in GetBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h59 virtual BackendTexture GetBackendTexture(BackendAccess access) const = 0;
H A Dimage_impl.h73 … virtual BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vk_image_manager.h47 const Drawing::BackendTexture& GetBackendTexture() const in GetBackendTexture() function
H A Drs_ui_capture_task_parallel.cpp307 Drawing::BackendTexture backendTexture = surface->GetBackendTexture(); in CreateSurfaceSyncCopyTask()
H A Drs_surface_capture_task_parallel.cpp405 Drawing::BackendTexture backendTexture = surface->GetBackendTexture(); in CreateSurfaceSyncCopyTask()
H A Drs_base_render_engine.cpp763 auto& backendTexture = imageCache->GetBackendTexture(); in DrawImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.h63 BackendTexture GetBackendTexture(BackendAccess access) const override;
H A Dskia_image.h70 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) override;
H A Dskia_surface.cpp380 BackendTexture SkiaSurface::GetBackendTexture(BackendAccess access) const in GetBackendTexture() function in OHOS::Rosen::Drawing::SkiaSurface
H A Dskia_image.cpp309 BackendTexture SkiaImage::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) in GetBackendTexture() function in OHOS::Rosen::Drawing::SkiaImage
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h178 BackendTexture GetBackendTexture(BackendAccess access = BackendAccess::FLUSH_READ) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp199 auto backendTexture = completeImage->GetBackendTexture(false, &origin); in GetCompletedImage()
373 cacheBackendTexture_ = cacheSurface_->GetBackendTexture(); in UpdateBackendTexture()
H A Drs_canvas_drawing_render_node_drawable.cpp292 backendTexture_ = surface_->GetBackendTexture(); in FlushForGL()
790 backendTexture_ = surface_->GetBackendTexture(); in ResetSurfaceWithTexture()
H A Drs_render_node_drawable.cpp820 cachedBackendTexture_ = cacheSurface->GetBackendTexture(); in UpdateCacheSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp199 backendTexture_ = image_->GetBackendTexture(false, &origin); in GetIntersectImageBySubset()
402 auto& backendTexture = imageCache->GetBackendTexture(); in GetIntersectImageFromVK()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp117 surface.GetBackendTexture(static_cast<BackendAccess>(access % ACCESS_SIZE)); in SurfaceFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h334 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp85 auto sharedBackendTexture = image->GetBackendTexture(false, &origin); in ResetSurfaceWithTexture()
H A Drs_render_node.cpp3061 auto backendTexture = completeImage->GetBackendTexture(false, &origin); in GetCompletedImage()
3092 cacheBackendTexture_ = cacheSurface_->GetBackendTexture(); in UpdateBackendTexture()