Searched refs:glfwGetInstanceProcAddress (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | glfwinfo.c | 216 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/ |
D | vulkan.dox | 83 glfwGetInstanceProcAddress. To load functions needed for instance creation, 88 glfwGetInstanceProcAddress(NULL, "vkCreateInstance"); 96 glfwGetInstanceProcAddress(instance, "vkCreateDevice"); 107 glfwGetInstanceProcAddress. 111 glfwGetInstanceProcAddress(instance, "vkGetDeviceProcAddr");
|
D | news.dox | 11 @ref glfwGetRequiredInstanceExtensions, @ref glfwGetInstanceProcAddress, @ref
|
D | intro.dox | 272 - @ref glfwGetInstanceProcAddress
|
/third_party/flutter/glfw/src/ |
D | vulkan.c | 230 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, in glfwGetInstanceProcAddress() function
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 4115 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const char* procname);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 4115 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const char* procname);
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 4136 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, const char* procname);
|