HomeSort by relevance Sort by last modified time
    Searched refs:forciblyLoseOldestContext (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBufferTest.cpp 52 void forciblyLoseOldestContext(const String& reason) { }
DrawingBuffer.h 60 virtual void forciblyLoseOldestContext(const String& reason) = 0;
DrawingBuffer.cpp 643 m_contextEvictionManager->forciblyLoseOldestContext("WARNING: WebGL contexts have exceeded the maximum allowed backbuffer area. Oldest context will be lost.");
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h     [all...]
WebGLRenderingContext.cpp 103 void WebGLRenderingContext::forciblyLoseOldestContext(const String& reason)
136 forciblyLoseOldestContext("WARNING: Too many active WebGL contexts. Oldest context will be lost.");
179 void forciblyLoseOldestContext(const String& reason) {
180 WebGLRenderingContext::forciblyLoseOldestContext(reason);
    [all...]

Completed in 209 milliseconds