Home
last modified time | relevance | path

Searched refs:glfwGetError (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/examples/
H A Dwindows.c42 glfwGetError(&description); in main()
74 glfwGetError(&description); in main()
/third_party/glfw/tests/
H A Dwindow.c89 glfwGetError(NULL); in main()
93 if (glfwGetError(NULL) == GLFW_FEATURE_UNAVAILABLE) in main()
/third_party/glfw/src/
H A Dinit.c499 GLFWAPI int glfwGetError(const char** description) in glfwGetError() function
/third_party/glfw/include/GLFW/
H A Dglfw3.h2458 GLFWAPI int glfwGetError(const char** description);
2466 * glfwGetError from the error callback will return the same value as the error
2498 * @sa @ref glfwGetError

Completed in 9 milliseconds