Home
last modified time | relevance | path

Searched refs:_glfwIsValidContextConfig (Results 1 – 4 of 4) sorted by relevance

/third_party/glfw/docs/
Dinternal.dox53 Examples: @ref _glfwIsValidContextConfig, @ref _GLFWwindow, `_glfw.currentRamp`
/third_party/glfw/src/
Dinternal.h1010 GLFWbool _glfwIsValidContextConfig(const _GLFWctxconfig* ctxconfig);
Dcontext.c41 GLFWbool _glfwIsValidContextConfig(const _GLFWctxconfig* ctxconfig) in _glfwIsValidContextConfig() function
Dwindow.c162 if (!_glfwIsValidContextConfig(&ctxconfig)) in glfwCreateWindow()