HomeSort by relevance Sort by last modified time
    Searched full:pointer_listener (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.h 66 static const wl_pointer_listener pointer_listener; member in class:ShellWayland
ShellWayland.cpp 100 const wl_pointer_listener ShellWayland::pointer_listener = { member in class:ShellWayland
153 wl_pointer_add_listener(shell->pointer_, &pointer_listener, shell);
  /external/vulkan-validation-layers/demos/
cube.cpp 423 static const struct wl_pointer_listener pointer_listener = { variable in typeref:struct:wl_pointer_listener
466 wl_pointer_add_listener(demo->pointer, &pointer_listener, demo);
    [all...]
cube.c 3676 static const struct wl_pointer_listener pointer_listener = { variable in typeref:struct:wl_pointer_listener
    [all...]

Completed in 1090 milliseconds