Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.cpp1486 std::vector<HandleType> colorBuffersToCleanup; in cleanupProcGLObjects_locked() local
1506 colorBuffersToCleanup.push_back(w->second.second); in cleanupProcGLObjects_locked()
1510 colorBuffersToCleanup.push_back(w->second.second); in cleanupProcGLObjects_locked()
1531 colorBuffersToCleanup.push_back(cb); in cleanupProcGLObjects_locked()
1567 return colorBuffersToCleanup; in cleanupProcGLObjects_locked()
2391 std::vector<HandleType> colorBuffersToCleanup; in onLoad() local
2397 colorBuffersToCleanup.insert(colorBuffersToCleanup.end(), cleanupHandles.begin(), in onLoad()
2404 colorBuffersToCleanup.insert(colorBuffersToCleanup.end(), cleanupHandles.begin(), in onLoad()
2411 colorBuffersToCleanup.insert(colorBuffersToCleanup.end(), cleanupHandles.begin(), in onLoad()
2417 colorBuffersToCleanup.insert(colorBuffersToCleanup.end(), cleanupHandles.begin(), in onLoad()
[all …]