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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 35 #include "SharedGraphicsContext3D.h"
64 PassRefPtr<SharedGraphicsContext3D> SharedGraphicsContext3D::create(HostWindow* hostWindow)
89 return adoptRef(new SharedGraphicsContext3D(context.release(), solidFillShader.release(), texShader.release(), bicubicShader.release(), convolutionShaders.release()));
92 SharedGraphicsContext3D::SharedGraphicsContext3D(PassRefPtr<GraphicsContext3D> context, PassOwnPtr<SolidFillShader> solidFillShader, PassOwnPtr<TexShader> texShader, PassOwnPtr<BicubicShader> bicubicShader, PassOwnArrayPtr<OwnPtr<ConvolutionShader> > convolutionShaders)
117 SharedGraphicsContext3D::~SharedGraphicsContext3D()
126 void SharedGraphicsContext3D::makeContextCurrent()
131 void SharedGraphicsContext3D::scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height
    [all...]
SharedGraphicsContext3D.h 66 class SharedGraphicsContext3D : public RefCounted<SharedGraphicsContext3D> {
68 static PassRefPtr<SharedGraphicsContext3D> create(HostWindow*);
69 ~SharedGraphicsContext3D();
125 // Multiple SharedGraphicsContext3D can exist in a single process (one per compositing context) and the same
147 SharedGraphicsContext3D(PassRefPtr<GraphicsContext3D>, PassOwnPtr<SolidFillShader>, PassOwnPtr<TexShader>, PassOwnPtr<BicubicShader>, PassOwnArrayPtr<OwnPtr<ConvolutionShader> >);
150 static HashSet<SharedGraphicsContext3D*>* allContexts();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 53 class SharedGraphicsContext3D;
58 GLES2Canvas(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&);
96 SharedGraphicsContext3D* context() const { return m_context; }
123 SharedGraphicsContext3D* m_context;
GLES2Canvas.cpp 46 #include "SharedGraphicsContext3D.h"
197 GLES2Canvas::GLES2Canvas(SharedGraphicsContext3D* context, DrawingBuffer* drawingBuffer, const IntSize& size)
711 if (SharedGraphicsContext3D::useLoopBlinnForPathRendering()) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
NativeImageSkia.cpp 38 #include "SharedGraphicsContext3D.h"
62 // SharedGraphicsContext3D::removeTexturesFor() takes a NativeImagePtr. On
68 SharedGraphicsContext3D::removeTexturesFor(this);
PlatformContextSkia.h 182 void setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&);
PlatformContextSkia.cpp 66 #include "SharedGraphicsContext3D.h"
237 SharedGraphicsContext3D* context = m_gpuCanvas->context();
727 void PlatformContextSkia::setSharedGraphicsContext3D(SharedGraphicsContext3D* context, DrawingBuffer* drawingBuffer, const WebCore::IntSize& size)
867 SharedGraphicsContext3D* context = m_gpuCanvas->context();
892 SharedGraphicsContext3D* context = m_gpuCanvas->context();
GraphicsContextSkia.cpp     [all...]
  /external/webkit/Source/WebCore/page/
Page.h 80 class SharedGraphicsContext3D;
264 SharedGraphicsContext3D* sharedGraphicsContext3D();
322 RefPtr<SharedGraphicsContext3D> m_sharedGraphicsContext3D;
ChromeClient.h 60 class SharedGraphicsContext3D;
Page.cpp 78 #include "SharedGraphicsContext3D.h"
770 SharedGraphicsContext3D* Page::sharedGraphicsContext3D()
774 m_sharedGraphicsContext3D = SharedGraphicsContext3D::create(chrome());
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 63 class SharedGraphicsContext3D;
304 RefPtr<SharedGraphicsContext3D> m_context3D;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 135 class SharedGraphicsContext3D;
544 void setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&);
GraphicsContext.cpp 704 void GraphicsContext::setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&)
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 66 class SharedGraphicsContext3D;

Completed in 778 milliseconds