Home
last modified time | relevance | path

Searched refs:WLEGLSurface (Results 1 – 6 of 6) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLEGLSurface.h27 class WLEGLSurface : public WLSurface
39 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()
DWLEyesRenderer.h33 bool DrawEyes(WLEGLSurface* surface, WLEyes* eyes);
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEGLSurface.cpp36 WLEGLSurface::WLEGLSurface(WLContext* wlContext) in WLEGLSurface() function in WLEGLSurface
46 WLEGLSurface::~WLEGLSurface() in ~WLEGLSurface()
55 WLEGLSurface::CreatePlatformSurface() in CreatePlatformSurface()
Dmain.cpp46 WLEGLSurface* eglSurface; in main()
85 eglSurface = new WLEGLSurface(wlContext); in main()
DWLEyesRenderer.cpp609 DrawEyes(WLEGLSurface* surface, WLEyes* eyes) in DrawEyes()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/
DCMakeLists.txt70 include/WLEGLSurface.h
79 src/WLEGLSurface.cpp