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

  /external/webkit/Source/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(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode)
86 SurfaceOpenVG::SurfaceOpenVG(EGLNativeWindowType window, const EGLDisplay& display, EGLConfig* confPtr
    [all...]
SurfaceOpenVG.h 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 EGLDisplayOpenV
    [all...]

Completed in 31 milliseconds