Searched refs:foundSurface (Results 1 – 1 of 1) sorted by relevance
203 bool surfaceCreationFound(const Increment& increment, bool foundSurface);205 bool foundSurface);758 if (isMatch && !foundSurface) { in surfaceCreationFound()759 foundSurface = true; in surfaceCreationFound()760 } else if (isMatch && foundSurface) { in surfaceCreationFound()763 return foundSurface; in surfaceCreationFound()767 const int32_t targetId, bool foundSurface) { in surfaceDeletionFound() argument769 if (isMatch && !foundSurface) { in surfaceDeletionFound()770 foundSurface = true; in surfaceDeletionFound()771 } else if (isMatch && foundSurface) { in surfaceDeletionFound()[all …]