Home | History | Annotate | Download | only in openvg

Lines Matching defs:SurfaceOpenVG

38  * SurfaceOpenVG provides the functionality of surfaces and contexts that are
45 class SurfaceOpenVG {
46 WTF_MAKE_NONCOPYABLE(SurfaceOpenVG);
54 static SurfaceOpenVG* currentSurface();
69 SurfaceOpenVG(const IntSize& size, const EGLDisplay& display, EGLConfig* config = 0, EGLint* errorCode = 0);
88 SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType,
96 SurfaceOpenVG(EGLNativeWindowType window, const EGLDisplay& display, EGLConfig* config = 0);
103 ~SurfaceOpenVG();
114 SurfaceOpenVG* sharedSurface() const;
148 SurfaceOpenVG(); // for EGLDisplayOpenVG