HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContext3D (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp 31 #include "GraphicsContext3D.h"
44 bool GraphicsContext3D::getImageData(Image* image,
PlatformContextSkia.h 50 class GraphicsContext3D;
PlatformContextSkia.cpp 39 #include "GraphicsContext3D.h"
898 context->readPixels(0, height - 1 - y, width, 1, Extensions3D::BGRA_EXT, GraphicsContext3D::UNSIGNED_BYTE, pixels);
900 context->readPixels(0, height - 1 - y, width, 1, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, pixels);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 38 #include "GraphicsContext3D.h"
317 GraphicsContext3D* LayerChromium::layerRendererContext() const
323 void LayerChromium::drawTexturedQuad(GraphicsContext3D* context, const TransformationMatrix& projectionMatrix, const TransformationMatrix& drawMatrix,
342 GLC(context, context->drawElements(GraphicsContext3D::TRIANGLES, 6, GraphicsContext3D::UNSIGNED_SHORT, 0));
LayerChromium.h 56 class GraphicsContext3D;
179 static void drawTexturedQuad(GraphicsContext3D*, const TransformationMatrix& projectionMatrix, const TransformationMatrix& layerMatrix,
199 GraphicsContext3D* layerRendererContext() const;
GLES2Canvas.h 51 class GraphicsContext3D;
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 30 #include "GraphicsContext3D.h"
77 virtual void setContentsToGraphicsContext3D(const GraphicsContext3D*);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 32 #include "GraphicsContext3D.h"
180 GraphicsContext3D* context = layerRenderer()->context();
188 GLC(context, context->drawElements(GraphicsContext3D::LINE_LOOP, 4, GraphicsContext3D::UNSIGNED_SHORT, 6 * sizeof(unsigned short)));
  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 32 #include "GraphicsContext3D.h"
67 return m_internal->isContextLost() ? static_cast<int>(Extensions3D::UNKNOWN_CONTEXT_RESET_ARB) : static_cast<int>(GraphicsContext3D::NO_ERROR);
WebViewImpl.cpp 63 #include "GraphicsContext3D.h"
151 GraphicsContext3D::Attributes getCompositorContextAttributes()
163 GraphicsContext3D::Attributes attributes;
    [all...]
GraphicsContext3DInternal.h 29 #include "GraphicsContext3D.h"
54 bool initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHostWindow);
59 static WebKit::WebGraphicsContext3D* extractWebGraphicsContext3D(GraphicsContext3D* context);
142 GraphicsContext3D::Attributes getContextAttributes();
248 void setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback>);
WebViewImpl.h 45 #include "GraphicsContext3D.h"
348 virtual WebGraphicsContext3D* graphicsContext3D();
536 // If we attempt to fetch the on-screen GraphicsContext3D before
539 RefPtr<WebCore::GraphicsContext3D> m_temporaryOnscreenGraphicsContext3D;
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm 33 #import "GraphicsContext3D.h"
44 -(id)initWithGraphicsContext3D:(GraphicsContext3D*)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/WebCore/platform/graphics/
GraphicsContext3D.h 108 class GraphicsContext3D : public RefCounted<GraphicsContext3D> {
455 static PassRefPtr<GraphicsContext3D> create(Attributes, HostWindow*, RenderStyle = RenderOffscreen);
456 ~GraphicsContext3D();
824 GraphicsContext3D(Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHostWindow);
    [all...]

Completed in 260 milliseconds

1 2 34