Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp174 const auto& cachedTexture = *it; in dequeueBuffer() local
175 if (cachedTexture->getBuffer()->getId() == newBuffer->getId()) { in dequeueBuffer()
176 texture = cachedTexture; in dequeueBuffer()