Searched refs:AddShaderImageTexture (Results 1 – 7 of 7) sorted by relevance
163 modelViewNG.AddShaderImageTexture("/data/local");165 modelViewNG.AddShaderImageTexture("/data/local");167 modelViewNG.AddShaderImageTexture("/data/local1");171 modelViewNG.AddShaderImageTexture("/data/local2");
37 void AddShaderImageTexture(const std::string& path) override;
64 virtual void AddShaderImageTexture(const std::string& path) = 0;
110 void ModelViewNG::AddShaderImageTexture(const std::string& path) in AddShaderImageTexture() function in OHOS::Ace::NG::ModelViewNG
46 void AddShaderImageTexture(const std::string& path) override;
141 void ModelViewImpl::AddShaderImageTexture(const std::string& path) {} in AddShaderImageTexture() function in OHOS::Ace::Framework::ModelViewImpl
411 ModelView::GetInstance()->AddShaderImageTexture(ohosPath); in JsShaderImageTexture()