Home
last modified time | relevance | path

Searched refs:GetEGLDisplay (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLEGLSurface.h42 EGLDisplay GetEGLDisplay() const;
50 inline EGLDisplay WLEGLSurface::GetEGLDisplay() const { return m_eglDisplay; } in GetEGLDisplay() function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEyesRenderer.cpp657 eglSwapBuffers(surface->GetEGLDisplay(), surface->GetEGLSurface()); in DrawEyes()