Home
last modified time | relevance | path

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

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