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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h67 class WebGraphicsContext3D : public WebNonCopyable { class in namespace:blink
139 virtual ~WebGraphicsContext3D() { }
145 // Resizes the region into which this WebGraphicsContext3D is drawing.
H A DPlatform.h48 #include "WebGraphicsContext3D.h"
558 // Returns newly allocated and initialized offscreen WebGraphicsContext3D instance.
560 virtual WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&, WebGraphicsContext3D* shareContext) { return 0; } argument
561 virtual WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&) { return 0; } argument

Completed in 1509 milliseconds