HomeSort by relevance Sort by last modified time
    Searched defs:graphicsContext3D (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 34 #include "GraphicsContext3D.h"
71 // Functions that delegate directly to GraphicsContext3D, with caching
134 GraphicsContext3D* graphicsContext3D() const { return m_context.get(); }
147 SharedGraphicsContext3D(PassRefPtr<GraphicsContext3D>, PassOwnPtr<SolidFillShader>, PassOwnPtr<TexShader>, PassOwnPtr<BicubicShader>, PassOwnArrayPtr<OwnPtr<ConvolutionShader> >);
153 RefPtr<GraphicsContext3D> m_context;
DrawingBuffer.h 34 #include "GraphicsContext3D.h"
60 friend class GraphicsContext3D;
111 PassRefPtr<GraphicsContext3D> graphicsContext3D() const { return m_context; }
114 static PassRefPtr<DrawingBuffer> create(GraphicsContext3D*, const IntSize&);
116 DrawingBuffer(GraphicsContext3D*, const IntSize&, bool multisampleExtensionSupported, bool packedDepthStencilExtensionSupported);
121 RefPtr<GraphicsContext3D> m_context;
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 32 #include "GraphicsContext3D.h"
281 GraphicsContext3D* graphicsContext3D() const { return m_context.get(); }
304 WebGLRenderingContext(HTMLCanvasElement*, PassRefPtr<GraphicsContext3D>, GraphicsContext3D::Attributes);
354 RefPtr<GraphicsContext3D> m_context;
446 GraphicsContext3D::Attributes m_attributes;
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 63 #include "GraphicsContext3D.h"
151 GraphicsContext3D::Attributes getCompositorContextAttributes()
163 GraphicsContext3D::Attributes attributes;
    [all...]

Completed in 152 milliseconds