Home | History | Annotate | Download | only in openvg

Lines Matching defs:SurfaceOpenVG

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(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode)
86 SurfaceOpenVG::SurfaceOpenVG(EGLNativeWindowType window, const EGLDisplay& display, EGLConfig* confPtr)
108 SurfaceOpenVG::SurfaceOpenVG()
117 SurfaceOpenVG::~SurfaceOpenVG()
133 bool SurfaceOpenVG::isValid() const
143 int SurfaceOpenVG::width() const
158 int SurfaceOpenVG::height() const
173 SurfaceOpenVG* SurfaceOpenVG::sharedSurface() const
184 void SurfaceOpenVG::makeCurrent(MakeCurrentMode mode)
213 void SurfaceOpenVG::makeCompatibleCurrent()
241 void SurfaceOpenVG::flush()
251 void SurfaceOpenVG::setActivePainter(PainterOpenVG* painter)
265 PainterOpenVG* SurfaceOpenVG::activePainter()