Searched refs:returnTexture (Results 1 – 2 of 2) sorted by relevance
47 ~AutoTexture() { mTexturePool.returnTexture(std::move(mTexture), mFence); } in ~AutoTexture()103 void returnTexture(std::shared_ptr<renderengine::ExternalTexture>&& texture,
56 void TexturePool::returnTexture(std::shared_ptr<renderengine::ExternalTexture>&& texture, in returnTexture() function in android::compositionengine::impl::planner::TexturePool