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/platform/graphics/gpu/
DrawingBuffer.h 63 virtual void forciblyLoseOldestContext(const String& reason) = 0;
DrawingBufferTest.cpp 55 void forciblyLoseOldestContext(const String& reason) { }
DrawingBuffer.cpp 826 m_contextEvictionManager->forciblyLoseOldestContext("WARNING: WebGL contexts have exceeded the maximum allowed backbuffer area. Oldest context will be lost.");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 114 void WebGLRenderingContextBase::forciblyLoseOldestContext(const String& reason)
173 forciblyLoseOldestContext("WARNING: Too many active WebGL contexts. Oldest context will be lost.");
228 void forciblyLoseOldestContext(const String& reason) {
229 WebGLRenderingContextBase::forciblyLoseOldestContext(reason);
    [all...]
WebGLRenderingContextBase.h     [all...]

Completed in 494 milliseconds