Home
last modified time | relevance | path

Searched refs:GLFW_VISIBLE (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DAdapterDiscoveryTests.cpp163 glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE); in TEST()
174 glfwWindowHint(GLFW_VISIBLE, GLFW_TRUE); in TEST()
204 glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE); in TEST()
215 glfwWindowHint(GLFW_VISIBLE, GLFW_TRUE); in TEST()
/third_party/glfw/examples/
H A Doffscreen.c94 glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE); in main()
/third_party/glfw/tests/
H A Dwindow.c441 nk_value_bool(nk, "Visible", glfwGetWindowAttrib(window, GLFW_VISIBLE)); in main()
H A Dglfwinfo.c683 glfwWindowHint(GLFW_VISIBLE, false); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h625 #define GLFW_VISIBLE 0x00020004 macro
1740 * initially invisible using the [GLFW_VISIBLE](@ref window_hints_wnd) window
/third_party/glfw/src/
H A Dwindow.c367 case GLFW_VISIBLE: in glfwWindowHint()
893 case GLFW_VISIBLE: in glfwGetWindowAttrib()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp427 glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE); in CreateInstanceAndDiscoverAdapters()
452 glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE); in CreateInstanceAndDiscoverAdapters()
460 glfwWindowHint(GLFW_VISIBLE, GLFW_TRUE); in CreateInstanceAndDiscoverAdapters()
/third_party/glfw/include/GLFW/
H A Dglfw3.h876 #define GLFW_VISIBLE 0x00020004 macro

Completed in 19 milliseconds