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

1 2 3 4

  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3DProvider.h 39 class WebGraphicsContext3D;
45 virtual WebGraphicsContext3D* context3d() = 0;
WebExternalTextureLayerClient.h 34 class WebGraphicsContext3D;
40 virtual WebGraphicsContext3D* context() = 0;
WebCompositorSupport.h 46 class WebGraphicsContext3D;
60 virtual WebCompositorOutputSurface* createOutputSurfaceFor3D(blink::WebGraphicsContext3D*) { return 0; }
WebMediaPlayer.h 48 class WebGraphicsContext3D;
146 virtual bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, unsigned texture, unsigned level, unsigned internalFormat, unsigned type, bool premultiplyAlpha, bool flipY) { return false; }
WebLayerTreeView.h 39 class WebGraphicsContext3D;
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_impl.h 11 class WebGraphicsContext3D;
20 StreamTextureFactoryImpl(blink::WebGraphicsContext3D* context,
36 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
39 blink::WebGraphicsContext3D* context_;
stream_texture_factory_android_synchronous_impl.h 17 class WebGraphicsContext3D;
30 virtual blink::WebGraphicsContext3D* Context3d() = 0;
55 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
stream_texture_factory_android.h 14 class WebGraphicsContext3D;
78 virtual blink::WebGraphicsContext3D* Context3d() = 0;
stream_texture_factory_android_synchronous_impl.cc 18 #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
157 blink::WebGraphicsContext3D* context = context_provider_->Context3d();
176 blink::WebGraphicsContext3D* context = context_provider_->Context3d();
188 blink::WebGraphicsContext3D*
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.h 13 namespace blink { class WebGraphicsContext3D; }
24 blink::WebGraphicsContext3D* context3d);
webgraphicscontext3d_provider_impl.cc 18 blink::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() {
webgraphicscontext3d_provider_impl.h 26 virtual blink::WebGraphicsContext3D* context3d() OVERRIDE;
grcontext_for_webgraphicscontext3d.cc 8 #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
18 reinterpret_cast<blink::WebGraphicsContext3D*>(
24 blink::WebGraphicsContext3D* context3d) {
context_provider_in_process.h 16 namespace blink { class WebGraphicsContext3D; }
35 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 37 typedef void (blink::WebGraphicsContext3D::*DeleteFunc)(WebGLId);
38 ScopedWebGLId(blink::WebGraphicsContext3D* context,
65 blink::WebGraphicsContext3D* context_;
74 ScopedBuffer(blink::WebGraphicsContext3D* context,
78 &blink::WebGraphicsContext3D::deleteBuffer) {}
83 ScopedFramebuffer(blink::WebGraphicsContext3D* context,
87 &blink::WebGraphicsContext3D::deleteFramebuffer) {}
92 ScopedProgram(blink::WebGraphicsContext3D* context,
96 &blink::WebGraphicsContext3D::deleteProgram) {}
101 ScopedShader(blink::WebGraphicsContext3D* context
    [all...]
gpu_in_process_context_tests.cc 22 blink::WebGraphicsContext3D::Attributes attributes;
context_provider_command_buffer_browsertest.cc 39 blink::WebGraphicsContext3D::Attributes(),
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.h 16 class WebGraphicsContext3D;
42 virtual blink::WebGraphicsContext3D* GetContext3D() = 0;
image_transport_factory_android.cc 13 #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
23 : public blink::WebGraphicsContext3D::WebGraphicsContextLostCallback {
46 virtual blink::WebGraphicsContext3D* GetContext3D() OVERRIDE {
68 blink::WebGraphicsContext3D::Attributes attrs;
  /external/chromium_org/cc/output/
context_provider.h 15 namespace blink { class WebGraphicsContext3D; }
32 virtual blink::WebGraphicsContext3D* Context3d() = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 33 #include "public/platform/WebGraphicsContext3D.h"
49 blink::WebGraphicsContext3D* webContext = 0;
58 blink::WebGraphicsContext3D* oldWebContext = m_context ? m_context->webContext() : 0;
  /external/chromium_org/content/child/
webkitplatformsupport_impl.h 20 typedef blink::WebGraphicsContext3D* (OffscreenContextFactory)();
  /external/chromium_org/cc/test/
test_context_provider.h 17 namespace blink { class WebGraphicsContext3D; }
34 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
  /external/chromium_org/content/browser/aura/
image_transport_factory.h 25 class WebGraphicsContext3D;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.h 44 class WebGraphicsContext3D;
58 virtual blink::WebGraphicsContext3D* context() OVERRIDE;

Completed in 138 milliseconds

1 2 3 4