Home | History | Annotate | Download | only in openvg

Lines Matching refs:EGLSurface

53     EGLSurface createPbufferSurface(const IntSize&, const EGLConfig&, EGLint* errorCode = 0);
54 EGLSurface createPbufferFromClientBuffer(EGLClientBuffer, EGLenum bufferType, const EGLConfig&, EGLint* errorCode = 0);
56 EGLSurface surfaceForWindow(EGLNativeWindowType, const EGLConfig&);
58 bool surfacesCompatible(const EGLSurface&, const EGLSurface&);
63 void destroySurface(const EGLSurface&);
67 EGLContext contextForSurface(const EGLSurface&);
81 HashMap<EGLSurface, SurfaceOpenVG*> m_platformSurfaces;
82 HashMap<EGLNativeWindowType, EGLSurface> m_windowSurfaces;
83 HashMap<EGLSurface, EGLint> m_surfaceConfigIds;