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

  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.h 33 class GraphicsContext3DInternal {
35 static GraphicsContext3DInternal* create();
36 ~GraphicsContext3DInternal();
41 static GraphicsContext3DInternal* createPbufferContext();
42 static GraphicsContext3DInternal* createPixmapContext();
43 GraphicsContext3DInternal(GLXContext, GLXPbuffer);
44 GraphicsContext3DInternal(GLXContext, Pixmap, GLXPixmap);
GraphicsContext3DInternal.cpp 21 #include "GraphicsContext3DInternal.h"
55 void GraphicsContext3DInternal::addActiveGraphicsContext(GraphicsContext3D* context)
59 atexit(&GraphicsContext3DInternal::cleanupActiveContextsAtExit);
65 void GraphicsContext3DInternal::removeActiveGraphicsContext(GraphicsContext3D* context)
76 void GraphicsContext3DInternal::cleanupActiveContextsAtExit()
90 GraphicsContext3DInternal* GraphicsContext3DInternal::create()
104 GraphicsContext3DInternal* internal = createPbufferContext();
115 GraphicsContext3DInternal* GraphicsContext3DInternal::createPbufferContext(
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 49 class GraphicsContext3DInternal {
51 GraphicsContext3DInternal();
52 ~GraphicsContext3DInternal();
GraphicsContext3DChromium.cpp 43 #include "GraphicsContext3DInternal.h"
66 // 1. GraphicsContext3D delegates to GraphicsContext3DInternal. This is done
69 // pointer. We always delegate to the GraphicsContext3DInternal. While we
73 // 2. GraphicsContext3DInternal delegates to an implementation of
80 // GraphicsContext3DInternal
82 GraphicsContext3DInternal::GraphicsContext3DInternal()
95 GraphicsContext3DInternal::~GraphicsContext3DInternal()
103 bool GraphicsContext3DInternal::initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHost (…)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 156 class GraphicsContext3DInternal : public QGraphicsObject {
158 GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow);
159 ~GraphicsContext3DInternal();
294 GraphicsContext3DInternal::GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow)
448 GraphicsContext3DInternal::~GraphicsContext3DInternal()
460 QGLWidget* GraphicsContext3DInternal::getViewportGLWidget()
478 void GraphicsContext3DInternal::reshape(int width, int height)
535 void GraphicsContext3DInternal::paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget
    [all...]

Completed in 68 milliseconds