SYMBOL INDEX (298 symbols across 12 files) FILE: src/ErrorHandling.h type VulkanResultException (line 14) | struct VulkanResultException{ type DebugObjectVariant (line 55) | struct DebugObjectVariant{ function genericDebugCallback (line 71) | void genericDebugCallback( std::string flags, Highlight highlight, std::... function VKAPI_CALL (line 89) | VKAPI_CALL genericDebugReportCallback( function VKAPI_CALL (line 114) | VKAPI_CALL genericDebugUtilsCallback( function VkDebugReportFlagsEXT (line 145) | VkDebugReportFlagsEXT translateFlags( const VkDebugUtilsMessageSeverityF... function DebugObjectVariant (line 158) | DebugObjectVariant initDebug( const VkInstance instance, const DebugObje... function killDebug (line 193) | void killDebug( const VkInstance instance, const DebugObjectVariant debu... FILE: src/ExtensionLoader.h function populatePhysicalDeviceInstaceMap (line 53) | void populatePhysicalDeviceInstaceMap( const VkInstance instance ){ function unloadInstanceExtensionsCommands (line 72) | void unloadInstanceExtensionsCommands( const VkInstance instance ){ function unloadPDProps2Commands (line 164) | void unloadPDProps2Commands( VkInstance instance ){ function VKAPI_CALL (line 174) | VKAPI_CALL vkGetPhysicalDeviceFeatures2KHR( VkPhysicalDevice physicalDev... function VKAPI_CALL (line 180) | VKAPI_CALL vkGetPhysicalDeviceProperties2KHR( VkPhysicalDevice physicalD... function VKAPI_CALL (line 186) | VKAPI_CALL vkGetPhysicalDeviceFormatProperties2KHR( VkPhysicalDevice phy... function VKAPI_CALL (line 192) | VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2KHR( VkPhysicalDevic... function VKAPI_CALL (line 198) | VKAPI_CALL vkGetPhysicalDeviceQueueFamilyProperties2KHR( VkPhysicalDevic... function VKAPI_CALL (line 204) | VKAPI_CALL vkGetPhysicalDeviceMemoryProperties2KHR( VkPhysicalDevice phy... function VKAPI_CALL (line 210) | VKAPI_CALL vkGetPhysicalDeviceSparseImageFormatProperties2KHR( VkPhysica... function loadDebugReportCommands (line 223) | void loadDebugReportCommands( VkInstance instance ){ function unloadDebugReportCommands (line 239) | void unloadDebugReportCommands( VkInstance instance ){ function VKAPI_CALL (line 245) | VKAPI_CALL vkCreateDebugReportCallbackEXT( function VKAPI_CALL (line 255) | VKAPI_CALL vkDestroyDebugReportCallbackEXT( function VKAPI_CALL (line 264) | VKAPI_CALL vkDebugReportMessageEXT( function loadDebugUtilsCommands (line 285) | void loadDebugUtilsCommands( VkInstance instance ){ function unloadDebugUtilsCommands (line 301) | void unloadDebugUtilsCommands( VkInstance instance ){ function VKAPI_CALL (line 307) | VKAPI_CALL vkCreateDebugUtilsMessengerEXT( function VKAPI_CALL (line 317) | VKAPI_CALL vkDestroyDebugUtilsMessengerEXT( function VKAPI_CALL (line 326) | VKAPI_CALL vkSubmitDebugUtilsMessageEXT( function loadExternalMemoryCapsCommands (line 341) | void loadExternalMemoryCapsCommands( VkInstance instance ){ function unloadExternalMemoryCapsCommands (line 351) | void unloadExternalMemoryCapsCommands( VkInstance instance ){ function VKAPI_CALL (line 355) | VKAPI_CALL vkGetPhysicalDeviceExternalBufferPropertiesKHR( function loadExternalMemoryCommands (line 369) | void loadExternalMemoryCommands( VkDevice ){ function unloadExternalMemoryCommands (line 373) | void unloadExternalMemoryCommands( VkDevice ){ function loadExternalMemoryWin32Commands (line 385) | void loadExternalMemoryWin32Commands( VkDevice device ){ function unloadExternalMemoryWin32Commands (line 397) | void unloadExternalMemoryWin32Commands( VkDevice device ){ function VKAPI_CALL (line 402) | VKAPI_CALL vkGetMemoryWin32HandleKHR( function VKAPI_CALL (line 411) | VKAPI_CALL vkGetMemoryWin32HandlePropertiesKHR( function loadDedicatedAllocationCommands (line 425) | void loadDedicatedAllocationCommands( VkDevice ){ function unloadDedicatedAllocationCommands (line 429) | void unloadDedicatedAllocationCommands( VkDevice ){ FILE: src/HelloTriangle.cpp type ResourceType (line 118) | enum class ResourceType{ Buffer, Image } function helloTriangle (line 242) | int helloTriangle() try{ function WinMain (line 615) | int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR, int ){ function main (line 619) | int main(){ function isLayerSupported (line 627) | bool isLayerSupported( const char* layer, const vector checkInstanceLayerSupport( const vector... function checkInstanceLayerSupport (line 654) | vector checkInstanceLayerSupport( const vector... function getSupportedInstanceExtensions (line 658) | vector getSupportedInstanceExtensions( const vect... function getSupportedDeviceExtensions (line 669) | vector getSupportedDeviceExtensions( const VkPhys... function checkExtensionSupport (line 680) | bool checkExtensionSupport( const vector& extensions, const... function checkDeviceExtensionSupport (line 693) | bool checkDeviceExtensionSupport( const VkPhysicalDevice physDevice, con... function killInstance (line 757) | void killInstance( const VkInstance instance ){ function isPresentationSupported (line 765) | bool isPresentationSupported( const VkPhysicalDevice physDevice, const u... function isPresentationSupported (line 772) | bool isPresentationSupported( const VkPhysicalDevice physDevice, const V... function VkPhysicalDevice (line 783) | VkPhysicalDevice getPhysicalDevice( const VkInstance instance, const VkS... function VkPhysicalDeviceProperties (line 826) | VkPhysicalDeviceProperties getPhysicalDeviceProperties( VkPhysicalDevice... function VkPhysicalDeviceMemoryProperties (line 832) | VkPhysicalDeviceMemoryProperties getPhysicalDeviceMemoryProperties( VkPh... function getQueueFamilyProperties (line 838) | vector getQueueFamilyProperties( VkPhysicalDevi... function getQueueFamilies (line 848) | std::pair getQueueFamilies( const VkPhysicalDevice p... function VkDevice (line 890) | VkDevice initDevice( function killDevice (line 946) | void killDevice( const VkDevice device ){ function VkQueue (line 952) | VkQueue getQueue( const VkDevice device, const uint32_t queueFamily, con... function VkMemoryRequirements (line 964) | VkMemoryRequirements getMemoryRequirements< ResourceType::Buffer >( VkDe... function VkMemoryRequirements (line 972) | VkMemoryRequirements getMemoryRequirements< ResourceType::Image >( VkDev... function VkDeviceMemory (line 993) | VkDeviceMemory initMemory( function setMemoryData (line 1033) | void setMemoryData( VkDevice device, VkDeviceMemory memory, void* begin,... function killMemory (line 1040) | void killMemory( VkDevice device, VkDeviceMemory memory ){ function VkBuffer (line 1045) | VkBuffer initBuffer( VkDevice device, VkDeviceSize size, VkBufferUsageFl... function killBuffer (line 1062) | void killBuffer( VkDevice device, VkBuffer buffer ){ function VkImage (line 1066) | VkImage initImage( VkDevice device, VkFormat format, uint32_t width, uin... function killImage (line 1097) | void killImage( VkDevice device, VkImage image ){ function VkImageView (line 1101) | VkImageView initImageView( VkDevice device, VkImage image, VkFormat form... function killImageView (line 1125) | void killImageView( VkDevice device, VkImageView imageView ){ function killSurface (line 1133) | void killSurface( VkInstance instance, VkSurfaceKHR surface ){ function VkSurfaceFormatKHR (line 1137) | VkSurfaceFormatKHR getSurfaceFormat( VkPhysicalDevice physicalDevice, Vk... function VkSurfaceCapabilitiesKHR (line 1168) | VkSurfaceCapabilitiesKHR getSurfaceCapabilities( VkPhysicalDevice physic... function VkPresentModeKHR (line 1178) | VkPresentModeKHR getSurfacePresentMode( VkPhysicalDevice physicalDevice,... function VkSwapchainKHR (line 1215) | VkSwapchainKHR initSwapchain( function killSwapchain (line 1268) | void killSwapchain( VkDevice device, VkSwapchainKHR swapchain ){ function getNextImageIndex (line 1272) | uint32_t getNextImageIndex( VkDevice device, VkSwapchainKHR swapchain, V... function initSwapchainImageViews (line 1286) | vector initSwapchainImageViews( VkDevice device, vector& imag... function VkRenderPass (line 1305) | VkRenderPass initRenderPass( VkDevice device, VkSurfaceFormatKHR surface... function killRenderPass (line 1377) | void killRenderPass( VkDevice device, VkRenderPass renderPass ){ function initFramebuffers (line 1381) | vector initFramebuffers( function killFramebuffers (line 1410) | void killFramebuffers( VkDevice device, vector& framebuff... function loadBinaryFile (line 1418) | vector loadBinaryFile( string filename ){ function VkShaderModule (line 1444) | VkShaderModule initShaderModule( VkDevice device, string filename ){ function VkShaderModule (line 1450) | VkShaderModule initShaderModule( VkDevice device, const vector... function killShaderModule (line 1465) | void killShaderModule( VkDevice device, VkShaderModule shaderModule ){ function VkPipelineLayout (line 1469) | VkPipelineLayout initPipelineLayout( VkDevice device ){ function killPipelineLayout (line 1486) | void killPipelineLayout( VkDevice device, VkPipelineLayout pipelineLayou... function VkPipeline (line 1490) | VkPipeline initPipeline( function killPipeline (line 1720) | void killPipeline( VkDevice device, VkPipeline pipeline ){ function setVertexData (line 1726) | void setVertexData( VkDevice device, VkDeviceMemory memory, vector initSemaphores( VkDevice device, size_t count ){ function killSemaphore (line 1749) | void killSemaphore( VkDevice device, VkSemaphore semaphore ){ function killSemaphores (line 1753) | void killSemaphores( VkDevice device, vector& semaphores ){ function VkCommandPool (line 1758) | VkCommandPool initCommandPool( VkDevice device, const uint32_t queueFami... function killCommandPool (line 1771) | void killCommandPool( VkDevice device, VkCommandPool commandPool ){ function VkFence (line 1775) | VkFence initFence( const VkDevice device, const VkFenceCreateFlags flags... function killFence (line 1787) | void killFence( const VkDevice device, const VkFence fence ){ function initFences (line 1791) | vector initFences( const VkDevice device, const size_t count, c... function killFences (line 1797) | void killFences( const VkDevice device, vector& fences ){ function acquireCommandBuffers (line 1802) | void acquireCommandBuffers( VkDevice device, VkCommandPool commandPool, ... function beginCommandBuffer (line 1824) | void beginCommandBuffer( VkCommandBuffer commandBuffer ){ function endCommandBuffer (line 1836) | void endCommandBuffer( VkCommandBuffer commandBuffer ){ function recordBeginRenderPass (line 1841) | void recordBeginRenderPass( function recordEndRenderPass (line 1861) | void recordEndRenderPass( VkCommandBuffer commandBuffer ){ function recordBindPipeline (line 1865) | void recordBindPipeline( VkCommandBuffer commandBuffer, VkPipeline pipel... function recordBindVertexBuffer (line 1869) | void recordBindVertexBuffer( VkCommandBuffer commandBuffer, const uint32... function recordDraw (line 1874) | void recordDraw( VkCommandBuffer commandBuffer, const uint32_t vertexCou... function submitToQueue (line 1878) | void submitToQueue( VkQueue queue, VkCommandBuffer commandBuffer, VkSema... function present (line 1893) | void present( VkQueue queue, VkSwapchainKHR swapchain, uint32_t swapchai... function cleanupUnsafeSemaphore (line 1907) | void cleanupUnsafeSemaphore( VkQueue queue, VkSemaphore semaphore ){ FILE: src/Vertex.h type Vertex2D (line 6) | struct Vertex2D{ type ColorF (line 10) | struct ColorF{ type Vertex2D_ColorF_pack (line 14) | struct Vertex2D_ColorF_pack{ FILE: src/VulkanIntrospection.h function handleToUint64 (line 13) | uint64_t handleToUint64(const PHANDLE_T *h) { return reinterpret_cast newSizeEventHandler ){ function setPaintEventHandler (line 55) | void setPaintEventHandler( std::function newPaintEventHandle... type GlfwError (line 60) | struct GlfwError{ function glfwErrorCallback (line 67) | void glfwErrorCallback( int error, const char* description ){ function class (line 73) | class GlfwSingleton{ function showWindow (line 104) | void showWindow( PlatformWindow window ){ function GLFWmonitor (line 128) | GLFWmonitor* getCurrentMonitor( GLFWwindow* window ){ function windowSizeCallback (line 163) | void windowSizeCallback( GLFWwindow*, int, int ) noexcept{ function windowRefreshCallback (line 167) | void windowRefreshCallback( GLFWwindow* ) noexcept{ function toggleFullscreen (line 172) | void toggleFullscreen( GLFWwindow* window ){ function keyCallback (line 195) | void keyCallback( GLFWwindow* window, int key, int /*scancode*/, int act... function messageLoop (line 201) | int messageLoop( PlatformWindow window ){ function platformPresentationSupport (line 217) | bool platformPresentationSupport( VkInstance instance, VkPhysicalDevice ... function PlatformWindow (line 221) | PlatformWindow initWindow( const std::string& name, const uint32_t canva... function killWindow (line 239) | void killWindow( PlatformWindow window ){ function VkSurfaceKHR (line 243) | VkSurfaceKHR initSurface( const VkInstance instance, const PlatformWindo... FILE: src/WSI/Wayland.h type PlatformWindowImpl (line 26) | struct PlatformWindowImpl{ type PlatformWindow (line 53) | struct PlatformWindow{ function getWindowWidth (line 74) | uint32_t getWindowWidth( PlatformWindow window ){ return window.impl->wi... function getWindowHeight (line 75) | uint32_t getWindowHeight( PlatformWindow window ){ return window.impl->h... function nullHandler (line 80) | bool nullHandler(){ return false; } function setSizeEventHandler (line 84) | void setSizeEventHandler( std::function newSizeEventHandler ){ function setPaintEventHandler (line 91) | void setPaintEventHandler( std::function newPaintEventHandle... function platformPresentationSupport (line 96) | bool platformPresentationSupport( VkInstance instance, VkPhysicalDevice ... function registryGlobalHandler (line 100) | void registryGlobalHandler( void* data, wl_registry* registry, uint32_t ... function registryGlobalRemoveHandler (line 120) | void registryGlobalRemoveHandler( void* data, wl_registry* registry, uin... function seatCapsHandler (line 129) | void seatCapsHandler( void* data, wl_seat* seat, uint32_t caps ) noexcept{ function keyboardKeymapHandler (line 136) | void keyboardKeymapHandler( void* data, wl_keyboard* keyboard, uint32_t ... function keyboardKeyHandler (line 154) | void keyboardKeyHandler( void* data, wl_keyboard* keyboard, uint32_t ser... function pointerButtonHandler (line 187) | void pointerButtonHandler( void* data, wl_pointer* wl_pointer, uint32_t ... function xdgSurfaceConfigureHandler (line 202) | void xdgSurfaceConfigureHandler( void* data, xdg_surface* xdg_surface, u... function hasState (line 225) | bool hasState( const std::vector& states, const uint32_t state ){ function toplevelCloseHandler (line 277) | void toplevelCloseHandler( void* data, xdg_toplevel* xdg_toplevel ) noex... function wmBasePingHandler (line 284) | void wmBasePingHandler( void* data, xdg_wm_base* xdg_wm_base, uint32_t s... function PlatformWindow (line 298) | PlatformWindow initWindow( const std::string& name, uint32_t canvasWidth... function killWindow (line 347) | void killWindow( PlatformWindow window ){ function showWindow (line 359) | void showWindow( PlatformWindow windowh ){ function messageLoop (line 373) | int messageLoop( PlatformWindow windowh ){ function VkSurfaceKHR (line 389) | VkSurfaceKHR initSurface( VkInstance instance, PlatformWindow windowh ){ FILE: src/WSI/Win32.h type PlatformWindow (line 19) | struct PlatformWindow{ HINSTANCE hInstance; HWND hWnd; } function nullHandler (line 44) | bool nullHandler(){ return false; } function setSizeEventHandler (line 48) | void setSizeEventHandler( std::function newSizeEventHandler ){ function setPaintEventHandler (line 55) | void setPaintEventHandler( std::function newPaintEventHandle... function showWindow (line 60) | void showWindow( PlatformWindow window ){ function messageLoop (line 67) | int messageLoop( PlatformWindow window ){ function toggleFullscreen (line 83) | void toggleFullscreen( HWND hWnd ){ function LRESULT (line 155) | LRESULT CALLBACK wndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP... function platformPresentationSupport (line 210) | bool platformPresentationSupport( VkInstance instance, VkPhysicalDevice ... function ATOM (line 219) | ATOM initWindowClass(){ function PlatformWindow (line 249) | PlatformWindow initWindow( const std::string& name, uint32_t canvasWidth... function killWindow (line 288) | void killWindow( PlatformWindow window ){ function VkSurfaceKHR (line 302) | VkSurfaceKHR initSurface( VkInstance instance, PlatformWindow window ){ FILE: src/WSI/Xcb.h type PlatformWindow (line 21) | struct PlatformWindow{ xcb_connection_t* connection; xcb_window_t window... function nullHandler (line 43) | bool nullHandler(){ return false; } function setSizeEventHandler (line 47) | void setSizeEventHandler( std::function newSizeEventHandler ){ function setPaintEventHandler (line 54) | void setPaintEventHandler( std::function newPaintEventHandle... function showWindow (line 59) | void showWindow( PlatformWindow window ){ function messageLoop (line 64) | int messageLoop( PlatformWindow window ){ function platformPresentationSupport (line 142) | bool platformPresentationSupport( VkInstance instance, VkPhysicalDevice ... function xcb_connection_t (line 159) | xcb_connection_t* initXcbConnection(){ function killXcbConnection (line 171) | void killXcbConnection( xcb_connection_t* connection ){ function PlatformWindow (line 175) | PlatformWindow initWindow( const std::string& name, uint32_t canvasWidth... function killWindow (line 241) | void killWindow( PlatformWindow window ){ function VkSurfaceKHR (line 248) | VkSurfaceKHR initSurface( VkInstance instance, PlatformWindow window ){ FILE: src/WSI/Xlib.h type PlatformWindow (line 18) | struct PlatformWindow{ Display* display; Window window; VisualID visual_... function class (line 40) | class XlibSingleton{ function Display (line 52) | Display* initXlibDisplay(){ function killXlibDisplay (line 60) | void killXlibDisplay( Display* display ){ function PlatformWindow (line 64) | PlatformWindow initWindow( const std::string& name, uint32_t canvasWidth... function killWindow (line 126) | void killWindow( PlatformWindow window ){ function platformPresentationSupport (line 135) | bool platformPresentationSupport( VkInstance instance, VkPhysicalDevice ... function VkSurfaceKHR (line 139) | VkSurfaceKHR initSurface( VkInstance instance, PlatformWindow window ){ FILE: src/WSI/private/xdg-shell-client-protocol.h type wl_output (line 52) | struct wl_output type wl_seat (line 53) | struct wl_seat type wl_surface (line 54) | struct wl_surface type xdg_popup (line 55) | struct xdg_popup type xdg_positioner (line 56) | struct xdg_positioner type xdg_surface (line 57) | struct xdg_surface type xdg_toplevel (line 58) | struct xdg_toplevel type xdg_wm_base (line 59) | struct xdg_wm_base type wl_interface (line 82) | struct wl_interface type wl_interface (line 132) | struct wl_interface type wl_interface (line 222) | struct wl_interface type wl_interface (line 260) | struct wl_interface type wl_interface (line 332) | struct wl_interface type xdg_wm_base_error (line 336) | enum xdg_wm_base_error { type xdg_wm_base_listener (line 368) | struct xdg_wm_base_listener { function xdg_wm_base_add_listener (line 394) | static inline int function xdg_wm_base_set_user_data (line 430) | static inline void type xdg_wm_base (line 438) | struct xdg_wm_base type wl_proxy (line 440) | struct wl_proxy function xdg_wm_base_get_version (line 443) | static inline uint32_t function xdg_wm_base_destroy (line 458) | static inline void type xdg_positioner (line 474) | struct xdg_positioner type xdg_wm_base (line 475) | struct xdg_wm_base type wl_proxy (line 477) | struct wl_proxy type wl_proxy (line 479) | struct wl_proxy type xdg_positioner (line 482) | struct xdg_positioner type xdg_surface (line 500) | struct xdg_surface type xdg_wm_base (line 501) | struct xdg_wm_base type wl_surface (line 501) | struct wl_surface type wl_proxy (line 503) | struct wl_proxy type wl_proxy (line 505) | struct wl_proxy type xdg_surface (line 508) | struct xdg_surface function xdg_wm_base_pong (line 517) | static inline void type xdg_positioner_error (line 526) | enum xdg_positioner_error { type xdg_positioner_anchor (line 536) | enum xdg_positioner_anchor { type xdg_positioner_gravity (line 551) | enum xdg_positioner_gravity { type xdg_positioner_constraint_adjustment (line 572) | enum xdg_positioner_constraint_adjustment { function xdg_positioner_set_user_data (line 622) | static inline void type xdg_positioner (line 630) | struct xdg_positioner type wl_proxy (line 632) | struct wl_proxy function xdg_positioner_get_version (line 635) | static inline uint32_t function xdg_positioner_destroy (line 646) | static inline void function xdg_positioner_set_size (line 664) | static inline void function xdg_positioner_set_anchor_rect (line 685) | static inline void function xdg_positioner_set_anchor (line 702) | static inline void function xdg_positioner_set_gravity (line 719) | static inline void function xdg_positioner_set_constraint_adjustment (line 743) | static inline void function xdg_positioner_set_offset (line 765) | static inline void type xdg_surface_error (line 774) | enum xdg_surface_error { type xdg_surface_listener (line 785) | struct xdg_surface_listener { function xdg_surface_add_listener (line 818) | static inline int function xdg_surface_set_user_data (line 859) | static inline void type xdg_surface (line 867) | struct xdg_surface type wl_proxy (line 869) | struct wl_proxy function xdg_surface_get_version (line 872) | static inline uint32_t function xdg_surface_destroy (line 884) | static inline void type xdg_toplevel (line 902) | struct xdg_toplevel type xdg_surface (line 903) | struct xdg_surface type wl_proxy (line 905) | struct wl_proxy type wl_proxy (line 907) | struct wl_proxy type xdg_toplevel (line 910) | struct xdg_toplevel type xdg_popup (line 925) | struct xdg_popup type xdg_surface (line 926) | struct xdg_surface type xdg_surface (line 926) | struct xdg_surface type xdg_positioner (line 926) | struct xdg_positioner type wl_proxy (line 928) | struct wl_proxy type wl_proxy (line 930) | struct wl_proxy type xdg_popup (line 933) | struct xdg_popup function xdg_surface_set_window_geometry (line 969) | static inline void function xdg_surface_ack_configure (line 999) | static inline void type xdg_toplevel_resize_edge (line 1015) | enum xdg_toplevel_resize_edge { type xdg_toplevel_state (line 1037) | enum xdg_toplevel_state { type xdg_toplevel_listener (line 1093) | struct xdg_toplevel_listener { function xdg_toplevel_add_listener (line 1143) | static inline int function xdg_toplevel_set_user_data (line 1233) | static inline void type xdg_toplevel (line 1241) | struct xdg_toplevel type wl_proxy (line 1243) | struct wl_proxy function xdg_toplevel_get_version (line 1246) | static inline uint32_t function xdg_toplevel_destroy (line 1258) | static inline void function xdg_toplevel_set_parent (line 1287) | static inline void function xdg_toplevel_set_title (line 1305) | static inline void function xdg_toplevel_set_app_id (line 1336) | static inline void function xdg_toplevel_show_window_menu (line 1358) | static inline void function xdg_toplevel_move (line 1385) | static inline void function xdg_toplevel_resize (line 1426) | static inline void function xdg_toplevel_set_max_size (line 1471) | static inline void function xdg_toplevel_set_min_size (line 1516) | static inline void function xdg_toplevel_set_maximized (line 1546) | static inline void function xdg_toplevel_unset_maximized (line 1578) | static inline void function xdg_toplevel_set_fullscreen (line 1612) | static inline void function xdg_toplevel_unset_fullscreen (line 1640) | static inline void function xdg_toplevel_set_minimized (line 1659) | static inline void type xdg_popup_error (line 1668) | enum xdg_popup_error { type xdg_popup_listener (line 1680) | struct xdg_popup_listener { function xdg_popup_add_listener (line 1716) | static inline int function xdg_popup_set_user_data (line 1746) | static inline void type xdg_popup (line 1754) | struct xdg_popup type wl_proxy (line 1756) | struct wl_proxy function xdg_popup_get_version (line 1759) | static inline uint32_t function xdg_popup_destroy (line 1774) | static inline void function xdg_popup_grab (line 1828) | static inline void FILE: src/Wsi.h function getWindowWidth (line 32) | uint32_t getWindowWidth( PlatformWindow ){ return 0; } function getWindowHeight (line 33) | uint32_t getWindowHeight( PlatformWindow ){ return 0; }