Home
last modified time | relevance | path

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

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