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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBufferTest.cpp 52 void forciblyLoseOldestContext(const String& reason) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
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 62 milliseconds