HomeSort by relevance Sort by last modified time
    Searched full:evictedcontext (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 209 WebGLRenderingContextBase* evictedContext = forciblyEvictedContexts().first();
210 if (!evictedContext->m_restoreAllowed) {
215 IntSize desiredSize = DrawingBuffer::adjustSize(evictedContext->clampedCanvasSize(), IntSize(), evictedContext->m_maxTextureSize);
220 evictedContext->forceRestoreContext();
    [all...]

Completed in 394 milliseconds