Home
last modified time | relevance | path

Searched refs:glfwGetInstanceProcAddress (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/glfw/tests/
Dglfwinfo.c216 glfwGetInstanceProcAddress(NULL, "vkEnumerateInstanceExtensionProperties"); in list_vulkan_instance_extensions()
243 glfwGetInstanceProcAddress(NULL, "vkEnumerateInstanceLayerProperties"); in list_vulkan_instance_layers()
275 glfwGetInstanceProcAddress(instance, "vkEnumerateDeviceExtensionProperties"); in list_vulkan_device_extensions()
302 glfwGetInstanceProcAddress(instance, "vkEnumerateDeviceLayerProperties"); in list_vulkan_device_layers()
815 glfwGetInstanceProcAddress(NULL, "vkCreateInstance"); in main()
852 glfwGetInstanceProcAddress(instance, "vkDestroyInstance"); in main()
854 glfwGetInstanceProcAddress(instance, "vkEnumeratePhysicalDevices"); in main()
856 glfwGetInstanceProcAddress(instance, "vkGetPhysicalDeviceProperties"); in main()
/third_party/flutter/glfw/docs/
Dvulkan.dox83 glfwGetInstanceProcAddress. To load functions needed for instance creation,
88 glfwGetInstanceProcAddress(NULL, "vkCreateInstance");
96 glfwGetInstanceProcAddress(instance, "vkCreateDevice");
107 glfwGetInstanceProcAddress.
111 glfwGetInstanceProcAddress(instance, "vkGetDeviceProcAddr");
Dnews.dox11 @ref glfwGetRequiredInstanceExtensions, @ref glfwGetInstanceProcAddress, @ref
Dintro.dox272 - @ref glfwGetInstanceProcAddress
/third_party/flutter/glfw/src/
Dvulkan.c230 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, in glfwGetInstanceProcAddress() function
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h4115 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const char* procname);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h4115 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const char* procname);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h4136 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const char* procname);