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

  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 21 #include "SurfaceOpenVG.h"
35 PainterOpenVG* SurfaceOpenVG::s_currentPainter = 0;
37 SurfaceOpenVG* SurfaceOpenVG::currentSurface()
48 SurfaceOpenVG::SurfaceOpenVG(const IntSize& size, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode)
67 SurfaceOpenVG::SurfaceOpenVG(EGLNativeWindowType window, const EGLDisplay& display, EGLConfig* confPtr)
89 SurfaceOpenVG::SurfaceOpenVG()
    [all...]
SurfaceOpenVG.h 39 * SurfaceOpenVG provides the functionality of surfaces and contexts that are
46 class SurfaceOpenVG : public Noncopyable {
53 static SurfaceOpenVG* currentSurface();
68 SurfaceOpenVG(const IntSize& size, const EGLDisplay& display, EGLConfig* config = 0, EGLint* errorCode = 0);
75 SurfaceOpenVG(EGLNativeWindowType window, const EGLDisplay& display, EGLConfig* config = 0);
82 ~SurfaceOpenVG();
93 SurfaceOpenVG* sharedSurface() const;
127 SurfaceOpenVG(); // for EGLDisplayOpenVG

Completed in 34 milliseconds