/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | surface.cpp | 99 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 D | image.cpp | 115 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 D | surface_impl.h | 59 virtual BackendTexture GetBackendTexture(BackendAccess access) const = 0;
|
H A D | image_impl.h | 73 … virtual BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vk_image_manager.h | 47 const Drawing::BackendTexture& GetBackendTexture() const in GetBackendTexture() function
|
H A D | rs_ui_capture_task_parallel.cpp | 307 Drawing::BackendTexture backendTexture = surface->GetBackendTexture(); in CreateSurfaceSyncCopyTask()
|
H A D | rs_surface_capture_task_parallel.cpp | 405 Drawing::BackendTexture backendTexture = surface->GetBackendTexture(); in CreateSurfaceSyncCopyTask()
|
H A D | rs_base_render_engine.cpp | 763 auto& backendTexture = imageCache->GetBackendTexture(); in DrawImage()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_surface.h | 63 BackendTexture GetBackendTexture(BackendAccess access) const override;
|
H A D | skia_image.h | 70 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) override;
|
H A D | skia_surface.cpp | 380 BackendTexture SkiaSurface::GetBackendTexture(BackendAccess access) const in GetBackendTexture() function in OHOS::Rosen::Drawing::SkiaSurface
|
H A D | skia_image.cpp | 309 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 D | surface.h | 178 BackendTexture GetBackendTexture(BackendAccess access = BackendAccess::FLUSH_READ) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_ui_first_surface_render_node_drawable.cpp | 199 auto backendTexture = completeImage->GetBackendTexture(false, &origin); in GetCompletedImage() 373 cacheBackendTexture_ = cacheSurface_->GetBackendTexture(); in UpdateBackendTexture()
|
H A D | rs_canvas_drawing_render_node_drawable.cpp | 292 backendTexture_ = surface_->GetBackendTexture(); in FlushForGL() 790 backendTexture_ = surface_->GetBackendTexture(); in ResetSurfaceWithTexture()
|
H A D | rs_render_node_drawable.cpp | 820 cachedBackendTexture_ = cacheSurface->GetBackendTexture(); in UpdateCacheSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/ |
H A D | rs_pointer_render_manager.cpp | 199 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 D | drawsurface_fuzzer.cpp | 117 surface.GetBackendTexture(static_cast<BackendAccess>(access % ACCESS_SIZE)); in SurfaceFuzzTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image.h | 334 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_drawing_render_node.cpp | 85 auto sharedBackendTexture = image->GetBackendTexture(false, &origin); in ResetSurfaceWithTexture()
|
H A D | rs_render_node.cpp | 3061 auto backendTexture = completeImage->GetBackendTexture(false, &origin); in GetCompletedImage() 3092 cacheBackendTexture_ = cacheSurface_->GetBackendTexture(); in UpdateBackendTexture()
|