Searched refs:maxGLActiveContexts (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp96 const unsigned maxGLActiveContexts = 16; member in namespace:blink
138 return maxGLActiveContexts;
172 while (activeContexts().size() >= maxGLActiveContexts && removedContexts < maxGLActiveContexts) {
208 while(activeContexts().size() < maxGLActiveContexts && forciblyEvictedContexts().size()) {

Completed in 635 milliseconds