Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp278 mWorkerContextPool.clear(); in ~RendererGL()
625 if (!mWorkerContextPool.empty()) in bindWorkerContext()
627 auto it = mWorkerContextPool.begin(); in bindWorkerContext()
629 mWorkerContextPool.erase(it); in bindWorkerContext()
643 mWorkerContextPool.push_back(std::move(workerContext)); in bindWorkerContext()
658 mWorkerContextPool.push_back(std::move((*it).second)); in unbindWorkerContext()
DRendererGL.h227 std::list<std::unique_ptr<WorkerContext>> mWorkerContextPool; variable