Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp44 class TextureLayerImpl : public TextureLayer { class
46 explicit TextureLayerImpl(int32_t key);
47 virtual ~TextureLayerImpl();
78 TextureInfo TextureLayerImpl::GetTextureInfo() in GetTextureInfo()
83 void TextureLayerImpl::SetParent(std::shared_ptr<Rosen::RSNode>& parent) in SetParent()
94 void TextureLayerImpl::RemoveChild() in RemoveChild()
124 void* TextureLayerImpl::CreateNativeWindow(uint32_t width, uint32_t height) in CreateNativeWindow()
242 void TextureLayerImpl::DestroyRenderTarget() in DestroyRenderTarget()
251 TextureLayerImpl::TextureLayerImpl(int32_t key): key_(key) in TextureLayerImpl() function in OHOS::Render3D::TextureLayerImpl
255 TextureLayerImpl::~TextureLayerImpl() in ~TextureLayerImpl()
[all …]