/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A D | image.cpp | 25 BackendTexture::BackendTexture() noexcept 28 BackendTexture::BackendTexture(bool isValid) noexcept 31 bool BackendTexture::IsValid() const in IsValid() 36 void BackendTexture::SetTextureInfo(const TextureInfo& textureInfo) in SetTextureInfo() 41 const TextureInfo& BackendTexture::GetTextureInfo() const in GetTextureInfo() 110 BackendTexture Image::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const in GetBackendTexture()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vk_image_manager.h | 37 NativeVkImageRes(NativeWindowBuffer* nativeWindowBuffer, Drawing::BackendTexture backendTexture, in NativeVkImageRes() 47 const Drawing::BackendTexture& GetBackendTexture() const in GetBackendTexture() 71 Drawing::BackendTexture mBackendTexture_;
|
H A D | rs_surface_capture_task_parallel.cpp | 49 Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture,
in DrawCapturedImg() 378 Drawing::BackendTexture backendTexture = surface->GetBackendTexture();
in CreateSurfaceSyncCopyTask() 380 RS_LOGE("RSSurfaceCaptureTaskParallel: SkiaSurface bind Image failed: BackendTexture is invalid");
in CreateSurfaceSyncCopyTask() 394 RS_LOGE("RSSurfaceCaptureTaskParallel: Surface bind Image failed: BackendTexture is invalid");
in CreateSurfaceSyncCopyTask() 550 Drawing::BackendTexture backendTextureTmp =
in CreateSurfaceSyncCopyTask()
|
H A D | rs_ui_capture_task_parallel.cpp | 52 Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture,
in DrawCapturedImg() 293 Drawing::BackendTexture backendTexture = surface->GetBackendTexture();
in CreateSurfaceSyncCopyTask() 295 RS_LOGE("RSUiCaptureTaskParallel: SkiaSurface bind Image failed: BackendTexture is invalid");
in CreateSurfaceSyncCopyTask() 305 RS_LOGE("RSUiCaptureTaskParallel: Surface bind Image failed: BackendTexture is invalid");
in CreateSurfaceSyncCopyTask()
|
H A D | rs_uni_render_util.h | 109 static Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height,
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image.h | 216 class DRAWING_API BackendTexture { class 218 BackendTexture() noexcept; 219 BackendTexture(bool isValid) noexcept; 220 virtual ~BackendTexture() {}; in ~BackendTexture() 334 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | surface_impl.h | 33 class BackendTexture; 61 virtual BackendTexture GetBackendTexture(BackendAccess access) const = 0;
|
H A D | image_impl.h | 37 class BackendTexture; 73 virtual BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/ |
H A D | rs_magic_pointer_render_manager.h | 87 Drawing::BackendTexture backendTexture_; 88 Drawing::BackendTexture backendTexturePre_;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_image.cpp | 310 BackendTexture SkiaImage::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) in GetBackendTexture() 314 return BackendTexture(false); // invalid in GetBackendTexture() 327 return BackendTexture(false); // invalid in GetBackendTexture() 329 auto backendTexture = BackendTexture(true); in GetBackendTexture()
|
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 | 128 LOGD("SkiaSurface bind Image failed: BackendTexture is invalid"); in Bind() 380 BackendTexture SkiaSurface::GetBackendTexture(BackendAccess access) const in GetBackendTexture() 388 auto backendTexture = BackendTexture(true); in GetBackendTexture()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.h | 111 Drawing::BackendTexture MakeBackendTextureFromNativeBuffer(NativeWindowBuffer* nativeWindowBuffer,
|
H A D | native_buffer_utils.cpp | 287 Drawing::BackendTexture MakeBackendTextureFromNativeBuffer(NativeWindowBuffer* nativeWindowBuffer, in MakeBackendTextureFromNativeBuffer() 324 Drawing::BackendTexture backendTexture(true); in MakeBackendTextureFromNativeBuffer()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_image_base.h | 111 mutable Drawing::BackendTexture backendTexture_ = {};
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | surface.h | 172 * @brief Gets BackendTexture of Surface. 174 * @return BackendTexture 176 BackendTexture GetBackendTexture(BackendAccess access = BackendAccess::FLUSH_READ) const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.h | 298 Drawing::BackendTexture cacheBackendTexture_; 299 Drawing::BackendTexture cacheCompletedBackendTexture_;
|
H A D | rs_canvas_drawing_render_node_drawable.h | 106 Drawing::BackendTexture backendTexture_;
|
H A D | rs_render_node_drawable.h | 178 Drawing::BackendTexture cachedBackendTexture_;
|
/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()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_background.h | 128 Drawing::BackendTexture backendTexture_ = {};
|
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 225 mutable Drawing::BackendTexture backendTexture_ = {}; 374 Drawing::BackendTexture backendTextureTmp = in DrawImageRectVK()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 92 Drawing::BackendTexture backendTextureTmp = NativeBufferUtils::MakeBackendTextureFromNativeBuffer( in CreateSurface()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_draw_cmd.h | 98 mutable Drawing::BackendTexture backendTexture_ = {};
|