HomeSort by relevance Sort by last modified time
    Searched defs:handle_configure (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.cpp 77 void ShellWayland::handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {} function in class:ShellWayland
81 const wl_shell_surface_listener ShellWayland::shell_surface_listener = {handle_ping, handle_configure, handle_popup_done};
  /external/vulkan-validation-layers/demos/
cube.c 2728 static void handle_configure(void *data UNUSED, function
    [all...]
cube.cpp 400 static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {} function
404 static const wl_shell_surface_listener shell_surface_listener = {handle_ping, handle_configure, handle_popup_done};
    [all...]

Completed in 190 milliseconds