Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h84 void SetWLCursor(struct wl_cursor* wlCursor);
123 inline void WLContext::SetWLCursor(struct wl_cursor* wlCursor) in SetWLCursor() function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp87 wlContext->SetWLCursor((wl_cursor*) malloc(sizeof(wl_cursor))); in create_cursors()
96 wlContext->SetWLCursor(cursor); in create_cursors()