Searched refs:WLEGLSurface (Results 1 – 6 of 6) sorted by relevance
27 class WLEGLSurface : public WLSurface39 WLEGLSurface(WLContext* wlContext);40 virtual ~WLEGLSurface();50 inline EGLDisplay WLEGLSurface::GetEGLDisplay() const { return m_eglDisplay; } in GetEGLDisplay()51 inline EGLSurface WLEGLSurface::GetEGLSurface() const { return m_eglSurface; } in GetEGLSurface()52 inline EGLContext WLEGLSurface::GetEGLContext() const { return m_eglContext; } in GetEGLContext()
33 bool DrawEyes(WLEGLSurface* surface, WLEyes* eyes);
36 WLEGLSurface::WLEGLSurface(WLContext* wlContext) in WLEGLSurface() function in WLEGLSurface46 WLEGLSurface::~WLEGLSurface() in ~WLEGLSurface()55 WLEGLSurface::CreatePlatformSurface() in CreatePlatformSurface()
46 WLEGLSurface* eglSurface; in main()85 eglSurface = new WLEGLSurface(wlContext); in main()
609 DrawEyes(WLEGLSurface* surface, WLEyes* eyes) in DrawEyes()
70 include/WLEGLSurface.h79 src/WLEGLSurface.cpp