/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A D | image.cpp | 30 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 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 | 50 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 D | rs_ui_capture_task_parallel.cpp | 56 Drawing::Surface& surface, const Drawing::BackendTexture& backendTexture, in DrawCapturedImg() 307 Drawing::BackendTexture backendTexture = surface->GetBackendTexture(); in CreateSurfaceSyncCopyTask()
|
H A D | rs_uni_render_util.h | 109 static Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | image.h | 216 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 D | surface_impl.h | 33 class BackendTexture; variable 59 virtual BackendTexture GetBackendTexture(BackendAccess access) const = 0;
|
H A D | image_impl.h | 37 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 D | rs_pointer_render_manager.h | 91 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 D | skia_image.cpp | 309 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 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() 388 auto backendTexture = BackendTexture(true); in GetBackendTexture()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.h | 307 Drawing::BackendTexture cacheBackendTexture_; 308 Drawing::BackendTexture cacheCompletedBackendTexture_;
|
H A D | rs_canvas_drawing_render_node_drawable.h | 96 Drawing::BackendTexture backendTexture_;
|
H A D | rs_render_node_drawable.h | 180 Drawing::BackendTexture cachedBackendTexture_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.h | 105 Drawing::BackendTexture MakeBackendTextureFromNativeBuffer(NativeWindowBuffer* nativeWindowBuffer,
|
H A D | native_buffer_utils.cpp | 286 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 D | rs_image_base.h | 110 mutable Drawing::BackendTexture backendTexture_ = {};
|
/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/2d_graphics/src/drawing/draw/ |
H A D | surface.cpp | 99 BackendTexture Surface::GetBackendTexture(BackendAccess access) const in GetBackendTexture()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_background.h | 128 Drawing::BackendTexture backendTexture_ = {};
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 219 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 D | rs_render_node.h | 990 Drawing::BackendTexture cacheBackendTexture_; 991 Drawing::BackendTexture cacheCompletedBackendTexture_;
|