Searched refs:glfwGetVersion (Results 1 - 4 of 4) sorted by relevance
/third_party/glfw/tests/ |
H A D | glfwinfo.c | 303 glfwGetVersion(&major, &minor, &revision); in valid_version() 320 glfwGetVersion(&major, &minor, &revision); in print_version()
|
/third_party/glfw/src/ |
H A D | init.c | 489 GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev) in glfwGetVersion() function
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1294 GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev); 1305 * @ref glfwGetVersion function provides the version of the running library 1319 * @sa glfwGetVersion
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 2393 GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev); 2404 * @ref glfwGetVersion function provides the version of the running library 2421 * @sa @ref glfwGetVersion
|
Completed in 15 milliseconds