Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dimage.cpp30 BackendTexture::BackendTexture() noexcept in BackendTexture() function in OHOS::Rosen::Drawing::BackendTexture
33 BackendTexture::BackendTexture(bool isValid) noexcept in BackendTexture() function in OHOS::Rosen::Drawing::BackendTexture
36 bool BackendTexture::IsValid() const in IsValid()
41 void BackendTexture::SetTextureInfo(const TextureInfo& textureInfo) in SetTextureInfo()
46 const TextureInfo& BackendTexture::GetTextureInfo() const in GetTextureInfo()
115 BackendTexture Image::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const in GetBackendTexture()
/ohos5.0/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.cpp50 Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, in DrawCapturedImg()
405 Drawing::BackendTexture backendTexture = surface->GetBackendTexture(); in CreateSurfaceSyncCopyTask()
571 Drawing::BackendTexture backendTextureTmp = in CreateSurfaceSyncCopyTask()
H A Drs_ui_capture_task_parallel.cpp56 Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, in DrawCapturedImg()
307 Drawing::BackendTexture backendTexture = surface->GetBackendTexture(); in CreateSurfaceSyncCopyTask()
H A Drs_uni_render_util.h109 static Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h216 class DRAWING_API BackendTexture {
218 BackendTexture() noexcept;
219 BackendTexture(bool isValid) noexcept;
220 virtual ~BackendTexture() {}; in ~BackendTexture()
334 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h33 class BackendTexture; variable
59 virtual BackendTexture GetBackendTexture(BackendAccess access) const = 0;
H A Dimage_impl.h37 class BackendTexture; variable
73 … virtual BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.h91 Drawing::BackendTexture backendTexture_;
92 Drawing::BackendTexture backendTexturePre_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image.cpp309 BackendTexture SkiaImage::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) in GetBackendTexture()
313 return BackendTexture(false); // invalid in GetBackendTexture()
326 return BackendTexture(false); // invalid in GetBackendTexture()
328 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.cpp380 BackendTexture SkiaSurface::GetBackendTexture(BackendAccess access) const in GetBackendTexture()
388 auto backendTexture = BackendTexture(true); in GetBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.h307 Drawing::BackendTexture cacheBackendTexture_;
308 Drawing::BackendTexture cacheCompletedBackendTexture_;
H A Drs_canvas_drawing_render_node_drawable.h96 Drawing::BackendTexture backendTexture_;
H A Drs_render_node_drawable.h180 Drawing::BackendTexture cachedBackendTexture_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Dnative_buffer_utils.h105 Drawing::BackendTexture MakeBackendTextureFromNativeBuffer(NativeWindowBuffer* nativeWindowBuffer,
H A Dnative_buffer_utils.cpp286 Drawing::BackendTexture MakeBackendTextureFromNativeBuffer(NativeWindowBuffer* nativeWindowBuffer, in MakeBackendTextureFromNativeBuffer()
323 Drawing::BackendTexture backendTexture(true); in MakeBackendTextureFromNativeBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image_base.h110 mutable Drawing::BackendTexture backendTexture_ = {};
/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/2d_graphics/src/drawing/draw/
H A Dsurface.cpp99 BackendTexture Surface::GetBackendTexture(BackendAccess access) const in GetBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_background.h128 Drawing::BackendTexture backendTexture_ = {};
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp92 … Drawing::BackendTexture backendTextureTmp = NativeBufferUtils::MakeBackendTextureFromNativeBuffer( in CreateSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp219 mutable Drawing::BackendTexture backendTexture_ = {};
364 Drawing::BackendTexture backendTextureTmp = in DrawImageRectVK()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h990 Drawing::BackendTexture cacheBackendTexture_;
991 Drawing::BackendTexture cacheCompletedBackendTexture_;

12