Searched defs:WebGraphicsContext3D (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h73 class WebGraphicsContext3D : public WebNonCopyable { class in namespace:blink
141 virtual ~WebGraphicsContext3D() { }
151 // Resizes the region into which this WebGraphicsContext3D is drawing.
H A DPlatform.h44 #include "WebGraphicsContext3D.h"
570 // Returns newly allocated and initialized offscreen WebGraphicsContext3D instance.
572 virtual WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&, WebGraphicsContext3D* shareContext) { return 0; } argument
573 virtual WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&) { return 0; } argument

Completed in 206 milliseconds