Home
last modified time | relevance | path

Searched refs:_GLFW_REQUIRE_INIT (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/glfw/src/
Dwindow.c234 _GLFW_REQUIRE_INIT(); in glfwDefaultWindowHints()
267 _GLFW_REQUIRE_INIT(); in glfwWindowHint()
380 _GLFW_REQUIRE_INIT(); in glfwDestroyWindow()
423 _GLFW_REQUIRE_INIT(); in glfwSetWindowShouldClose()
434 _GLFW_REQUIRE_INIT(); in glfwSetWindowTitle()
446 _GLFW_REQUIRE_INIT(); in glfwSetWindowIcon()
460 _GLFW_REQUIRE_INIT(); in glfwGetWindowPos()
469 _GLFW_REQUIRE_INIT(); in glfwSetWindowPos()
487 _GLFW_REQUIRE_INIT(); in glfwGetWindowSize()
496 _GLFW_REQUIRE_INIT(); in glfwSetWindowSize()
[all …]
Dinput.c176 _GLFW_REQUIRE_INIT(); in glfwSetInputMode()
315 _GLFW_REQUIRE_INIT(); in glfwGetCursorPos()
333 _GLFW_REQUIRE_INIT(); in glfwSetCursorPos()
415 _GLFW_REQUIRE_INIT(); in glfwDestroyCursor()
452 _GLFW_REQUIRE_INIT(); in glfwSetCursor()
614 _GLFW_REQUIRE_INIT(); in glfwSetClipboardString()
636 _GLFW_REQUIRE_INIT(); in glfwSetTime()
Dmonitor.c335 _GLFW_REQUIRE_INIT(); in glfwGetMonitorPos()
350 _GLFW_REQUIRE_INIT(); in glfwGetMonitorPhysicalSize()
408 _GLFW_REQUIRE_INIT(); in glfwSetGamma()
470 _GLFW_REQUIRE_INIT(); in glfwSetGammaRamp()
Dcontext.c582 _GLFW_REQUIRE_INIT(); in glfwMakeContextCurrent()
611 _GLFW_REQUIRE_INIT(); in glfwSwapBuffers()
626 _GLFW_REQUIRE_INIT(); in glfwSwapInterval()
Dinternal.h218 #define _GLFW_REQUIRE_INIT() \ macro