Searched refs:GLFW_OUT_OF_MEMORY (Results 1 - 5 of 5) sorted by relevance
/third_party/glfw/src/ |
H A D | init.c | 266 _glfwInputError(GLFW_OUT_OF_MEMORY, NULL); in _glfw_calloc() 283 _glfwInputError(GLFW_OUT_OF_MEMORY, NULL); in _glfw_realloc() 334 else if (code == GLFW_OUT_OF_MEMORY) in _glfwInputError()
|
H A D | wl_window.c | 1331 _glfwInputError(GLFW_OUT_OF_MEMORY, NULL); in readDataOfferAsString() 1951 _glfwInputError(GLFW_OUT_OF_MEMORY, NULL); in dataDeviceHandleDataOffer() 3158 _glfwInputError(GLFW_OUT_OF_MEMORY, NULL); in _glfwSetClipboardStringWayland()
|
H A D | x11_window.c | 698 _glfwInputError(GLFW_OUT_OF_MEMORY, in createNativeWindow() 715 _glfwInputError(GLFW_OUT_OF_MEMORY, "X11: Failed to allocate size hints"); in createNativeWindow()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 548 #define GLFW_OUT_OF_MEMORY 0x00010005 macro
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 718 #define GLFW_OUT_OF_MEMORY 0x00010005 macro 1445 * If this function returns `NULL`, GLFW will emit @ref GLFW_OUT_OF_MEMORY. 1500 * If this function returns `NULL`, GLFW will emit @ref GLFW_OUT_OF_MEMORY. 1545 * If this function returns `NULL`, GLFW will emit @ref GLFW_OUT_OF_MEMORY.
|
Completed in 20 milliseconds