Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp213 mWorkerContextPool.clear(); in ~RendererGL()
379 if (!mWorkerContextPool.empty()) in bindWorkerContext()
381 auto it = mWorkerContextPool.begin(); in bindWorkerContext()
383 mWorkerContextPool.erase(it); in bindWorkerContext()
397 mWorkerContextPool.push_back(std::move(workerContext)); in bindWorkerContext()
412 mWorkerContextPool.push_back(std::move((*it).second)); in unbindWorkerContext()
DRendererGL.h174 std::list<std::unique_ptr<WorkerContext>> mWorkerContextPool; variable