Home
last modified time | relevance | path

Searched refs:_glfwInitVulkan (Results 1 - 2 of 2) sorted by relevance

/third_party/glfw/src/
H A Dvulkan.c42 GLFWbool _glfwInitVulkan(int mode) in _glfwInitVulkan() function
227 return _glfwInitVulkan(_GLFW_FIND_LOADER); in glfwVulkanSupported()
238 if (!_glfwInitVulkan(_GLFW_REQUIRE_LOADER)) in glfwGetRequiredInstanceExtensions()
256 if (!_glfwInitVulkan(_GLFW_REQUIRE_LOADER)) in glfwGetInstanceProcAddress()
282 if (!_glfwInitVulkan(_GLFW_REQUIRE_LOADER)) in glfwGetPhysicalDevicePresentationSupport()
312 if (!_glfwInitVulkan(_GLFW_REQUIRE_LOADER)) in glfwCreateWindowSurface()
H A Dinternal.h1008 GLFWbool _glfwInitVulkan(int mode);

Completed in 4 milliseconds