Searched refs:texturePool (Results 1 – 3 of 3) sorted by relevance
43 AutoTexture(TexturePool& texturePool, in AutoTexture() argument45 : mTexturePool(texturePool), mTexture(texture), mFence(fence) {} in AutoTexture()
117 void render(renderengine::RenderEngine& re, TexturePool& texturePool,
161 void CachedSet::render(renderengine::RenderEngine& renderEngine, TexturePool& texturePool, in render() argument265 auto texture = texturePool.borrowTexture(); in render()