Home
last modified time | relevance | path

Searched refs:NativeWindowBufferObject (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_egl_image_manager.cpp84 class NativeWindowBufferObject { class
86 explicit NativeWindowBufferObject(sptr<OHOS::SurfaceBuffer> buffer) in NativeWindowBufferObject() function in OHOS::Rosen::Detail::NativeWindowBufferObject
90 explicit NativeWindowBufferObject(NativeWindowBuffer* nativeBuffer) in NativeWindowBufferObject() function in OHOS::Rosen::Detail::NativeWindowBufferObject
95 ~NativeWindowBufferObject() noexcept in ~NativeWindowBufferObject()
102 NativeWindowBufferObject(const NativeWindowBufferObject&) = delete;
103 void operator=(const NativeWindowBufferObject&) = delete;
137 NativeWindowBufferObject CreateNativeWindowBuffer(const sptr<OHOS::SurfaceBuffer>& buffer) in CreateNativeWindowBuffer()
139 return NativeWindowBufferObject(buffer); in CreateNativeWindowBuffer()
155 const NativeWindowBufferObject& nativeBuffer) in CreateEGLImage()
189 Detail::NativeWindowBufferObject nBufferDecRef( in ~ImageCacheSeq()