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

  /external/webkit/Source/WebCore/platform/graphics/qt/
Extensions3DQt.h 33 class Extensions3DQt : public Extensions3D {
35 virtual ~Extensions3DQt();
52 Extensions3DQt();
Extensions3DQt.cpp 30 #include "Extensions3DQt.h"
37 Extensions3DQt::Extensions3DQt()
41 Extensions3DQt::~Extensions3DQt()
45 bool Extensions3DQt::supports(const String&)
50 void Extensions3DQt::ensureEnabled(const String& name)
55 bool Extensions3DQt::isEnabled(const String& name)
60 int Extensions3DQt::getGraphicsResetStatusARB()
65 void Extensions3DQt::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX (…)
    [all...]

Completed in 32 milliseconds