Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DTexturePool.cpp32 return Entry{genTexture(), nullptr}; in allocatePool()
47 return std::make_shared<AutoTexture>(*this, genTexture(), nullptr); in borrowTexture()
82 std::shared_ptr<renderengine::ExternalTexture> TexturePool::genTexture() { in genTexture() function in android::compositionengine::impl::planner::TexturePool
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DTexturePool.h101 std::shared_ptr<renderengine::ExternalTexture> genTexture();