HomeSort by relevance Sort by last modified time
    Searched full:webgraphicscontext3dprovider (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_provider_impl.h 10 #include "third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h"
19 : public NON_EXPORTED_BASE(blink::WebGraphicsContext3DProvider) {
25 // WebGraphicsContext3DProvider implementation.
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3DProvider.h 41 class WebGraphicsContext3DProvider {
43 virtual ~WebGraphicsContext3DProvider() { }
Platform.h 71 class WebGraphicsContext3DProvider;
544 virtual WebGraphicsContext3DProvider* createSharedOffscreenGraphicsContext3DProvider() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 34 #include "public/platform/WebGraphicsContext3DProvider.h"
47 OwnPtr<blink::WebGraphicsContext3DProvider> provider = adoptPtr(blink::Platform::current()->createSharedOffscreenGraphicsContext3DProvider());
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 33 class WebGraphicsContext3DProvider;
137 virtual blink::WebGraphicsContext3DProvider*
renderer_webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h 56 class WebGraphicsContext3DProvider;
127 static PassRefPtr<GraphicsContext3D> createGraphicsContextFromProvider(PassOwnPtr<blink::WebGraphicsContext3DProvider>, bool preserveDrawingBuffer = false);
493 GraphicsContext3D(PassOwnPtr<blink::WebGraphicsContext3DProvider>, bool preserveDrawingBuffer);
516 OwnPtr<blink::WebGraphicsContext3DProvider> m_provider;
GraphicsContext3D.cpp 45 #include "public/platform/WebGraphicsContext3DProvider.h"
74 GraphicsContext3D::GraphicsContext3D(PassOwnPtr<blink::WebGraphicsContext3DProvider> provider, bool preserveDrawingBuffer)
270 PassRefPtr<GraphicsContext3D> GraphicsContext3D::createGraphicsContextFromProvider(PassOwnPtr<blink::WebGraphicsContext3DProvider> provider, bool preserveDrawingBuffer)
    [all...]

Completed in 142 milliseconds