Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DModel.h66 spTexture_(std::move(spTexture)) { in Model()
76 inline const TextureAsset &getTexture() const { return *spTexture_; } in getTexture()
114 std::shared_ptr<TextureAsset> spTexture_; variable