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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 28 #include "core/platform/graphics/Extensions3D.h"
37 Extensions3D::Extensions3D(GraphicsContext3D* context)
42 Extensions3D::~Extensions3D()
46 bool Extensions3D::supports(const String& name)
51 void Extensions3D::ensureEnabled(const String& name)
57 bool Extensions3D::isEnabled(const String& name)
62 int Extensions3D::getGraphicsResetStatusARB()
67 void Extensions3D::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX (…)
    [all...]
Extensions3D.h 43 class Extensions3D {
45 ~Extensions3D();
325 explicit Extensions3D(GraphicsContext3D*);

Completed in 1294 milliseconds