Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DTexturePool.h43 AutoTexture(TexturePool& texturePool, in AutoTexture() argument
45 : mTexturePool(texturePool), mTexture(texture), mFence(fence) {} in AutoTexture()
H A DCachedSet.h117 void render(renderengine::RenderEngine& re, TexturePool& texturePool,
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp159 void CachedSet::render(renderengine::RenderEngine& renderEngine, TexturePool& texturePool, in render() argument
265 auto texture = texturePool.borrowTexture(); in render()