HomeSort by relevance Sort by last modified time
    Searched refs:WebGraphicsContext3D (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebView.h 48 class WebGraphicsContext3D;
351 // Returns the (on-screen) WebGraphicsContext3D associated with
356 virtual WebGraphicsContext3D* graphicsContext3D() = 0;
WebKitClient.h 59 class WebGraphicsContext3D;
284 // Returns newly allocated WebGraphicsContext3D instance.
285 virtual WebGraphicsContext3D* createGraphicsContext3D() { return 0; }
WebGraphicsContext3D.h 70 class WebGraphicsContext3D : public WebNonCopyable {
106 virtual ~WebGraphicsContext3D() {}
116 // The size of the region into which this WebGraphicsContext3D is rendering.
121 // Resizes the region into which this WebGraphicsContext3D is drawing.
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 37 class WebGraphicsContext3D;
56 // Helper function to provide access to the lower-level WebGraphicsContext3D,
59 static WebKit::WebGraphicsContext3D* extractWebGraphicsContext3D(GraphicsContext3D* context);
281 OwnPtr<WebKit::WebGraphicsContext3D> m_impl;
GraphicsContext3DChromium.cpp 48 #include "WebGraphicsContext3D.h"
70 // could sidestep it and go directly to the WebGraphicsContext3D in some
74 // WebGraphicsContext3D. This is done so we have a place to inject an
105 WebKit::WebGraphicsContext3D::Attributes webAttributes;
112 WebKit::WebGraphicsContext3D* webContext = WebKit::webKitClient()->createGraphicsContext3D();
133 WebKit::WebGraphicsContext3D* GraphicsContext3DInternal::extractWebGraphicsContext3D(GraphicsContext3D* context)
302 // WebGraphicsContext3D.
489 WebKit::WebGraphicsContext3D::ActiveInfo webInfo;
500 WebKit::WebGraphicsContext3D::ActiveInfo webInfo;
522 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes()
    [all...]
WebViewImpl.h 348 virtual WebGraphicsContext3D* graphicsContext3D();
WebViewImpl.cpp 105 #include "WebGraphicsContext3D.h"
    [all...]

Completed in 59 milliseconds