Searched refs:TextureLayerImpl (Results 1 – 1 of 1) sorted by relevance
44 class TextureLayerImpl : public TextureLayer { class46 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::TextureLayerImpl255 TextureLayerImpl::~TextureLayerImpl() in ~TextureLayerImpl()[all …]