Home
last modified time | relevance | path

Searched refs:BackendTexture (Results 1 - 25 of 29) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dimage.cpp25 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 Drs_vk_image_manager.h37 NativeVkImageRes(NativeWindowBuffer* nativeWindowBuffer, Drawing::BackendTexture backendTexture, in NativeVkImageRes()
47 const Drawing::BackendTexture& GetBackendTexture() const in GetBackendTexture()
71 Drawing::BackendTexture mBackendTexture_;
H A Drs_surface_capture_task_parallel.cpp49 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 Drs_ui_capture_task_parallel.cpp52 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 Drs_uni_render_util.h109 static Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height,
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h216 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 Dsurface_impl.h33 class BackendTexture;
61 virtual BackendTexture GetBackendTexture(BackendAccess access) const = 0;
H A Dimage_impl.h37 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 Drs_magic_pointer_render_manager.h87 Drawing::BackendTexture backendTexture_;
88 Drawing::BackendTexture backendTexturePre_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image.cpp310 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 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.cpp128 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 Dnative_buffer_utils.h111 Drawing::BackendTexture MakeBackendTextureFromNativeBuffer(NativeWindowBuffer* nativeWindowBuffer,
H A Dnative_buffer_utils.cpp287 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 Drs_image_base.h111 mutable Drawing::BackendTexture backendTexture_ = {};
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h172 * @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 Drs_surface_render_node_drawable.h298 Drawing::BackendTexture cacheBackendTexture_;
299 Drawing::BackendTexture cacheCompletedBackendTexture_;
H A Drs_canvas_drawing_render_node_drawable.h106 Drawing::BackendTexture backendTexture_;
H A Drs_render_node_drawable.h178 Drawing::BackendTexture cachedBackendTexture_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp99 BackendTexture Surface::GetBackendTexture(BackendAccess access) const in GetBackendTexture()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_background.h128 Drawing::BackendTexture backendTexture_ = {};
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp225 mutable Drawing::BackendTexture backendTexture_ = {};
374 Drawing::BackendTexture backendTextureTmp = in DrawImageRectVK()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp92 Drawing::BackendTexture backendTextureTmp = NativeBufferUtils::MakeBackendTextureFromNativeBuffer( in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h98 mutable Drawing::BackendTexture backendTexture_ = {};

Completed in 14 milliseconds

12