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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 88 class WebGLRenderingContext : public CanvasRenderingContext, public ActiveDOMObject, private Page::MultisamplingChangedObserver {
90 static PassOwnPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*);
91 virtual ~WebGLRenderingContext();
347 WebGLRenderingContext(HTMLCanvasElement*, PassRefPtr<GraphicsContext3D>, GraphicsContext3D::Attributes, GraphicsContext3D::Attributes);
392 Timer<WebGLRenderingContext> m_dispatchContextLostEventTimer;
394 Timer<WebGLRenderingContext> m_restoreTimer;
560 virtual PassRefPtr<WebGLExtension> getExtension(WebGLRenderingContext*) const = 0;
561 virtual bool supported(WebGLRenderingContext*) const = 0;
589 virtual PassRefPtr<WebGLExtension> getExtension(WebGLRenderingContext* context) const
597 virtual bool supported(WebGLRenderingContext* context) cons
    [all...]
WebGLRenderingContext.cpp 27 #include "core/html/canvas/WebGLRenderingContext.h"
91 Vector<WebGLRenderingContext*>& WebGLRenderingContext::activeContexts()
93 DEFINE_STATIC_LOCAL(Vector<WebGLRenderingContext*>, activeContexts, ());
97 Vector<WebGLRenderingContext*>& WebGLRenderingContext::forciblyEvictedContexts()
99 DEFINE_STATIC_LOCAL(Vector<WebGLRenderingContext*>, forciblyEvictedContexts, ());
103 void WebGLRenderingContext::forciblyLoseOldestContext(const String& reason)
106 WebGLRenderingContext* oldestActiveContext = activeContexts().first();
113 oldestActiveContext->forceLostContext(WebGLRenderingContext::SyntheticLostContext)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 160 WebGLRenderingContext: {},
    [all...]

Completed in 410 milliseconds