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/gtk/
GraphicsContext3DGtk.cpp 28 #include "GraphicsContext3D.h"
40 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attributes, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle)
50 RefPtr<GraphicsContext3D> context = adoptRef(new GraphicsContext3D(attributes, hostWindow, false));
55 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attributes, HostWindow*, bool
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 35 #include "GraphicsContext3D.h"
66 // 1. GraphicsContext3D delegates to GraphicsContext3DInternal. This is done
68 // implementations; GraphicsContext3D only provides us the m_internal
103 bool GraphicsContext3DInternal::initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHostWindow)
133 WebKit::WebGraphicsContext3D* GraphicsContext3DInternal::extractWebGraphicsContext3D(GraphicsContext3D* context)
242 webGLContext->graphicsContext3D()->paintToCanvas(m_renderOutput, m_impl->width(), m_impl->height(), canvas->width(), canvas->height(), imageBuffer->context()->platformContext());
520 GraphicsContext3D::Attributes GraphicsContext3DInternal::getContextAttributes()
523 GraphicsContext3D::Attributes attributes;
758 String extensionsString = getString(GraphicsContext3D::EXTENSIONS);
815 // GraphicsContext3D
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 21 #include "GraphicsContext3D.h"
158 GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow);
259 GraphicsContext3D::Attributes m_attrs;
285 bool GraphicsContext3D::isGLES2Compliant() const
294 GraphicsContext3DInternal::GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow)
314 LOG_ERROR("GraphicsContext3D: QGLWidget initialization failed.");
424 LOG_ERROR("GraphicsContext3D: All needed OpenGL extensions are not available");
432 glBindTexture(GraphicsContext3D::TEXTURE_2D, m_texture);
433 glTexParameterf(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR)
    [all...]
  /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 168 milliseconds