Searched refs:GLFW_VISIBLE (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | AdapterDiscoveryTests.cpp | 163 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 D | offscreen.c | 94 glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE); in main()
|
/third_party/glfw/tests/ |
H A D | window.c | 441 nk_value_bool(nk, "Visible", glfwGetWindowAttrib(window, GLFW_VISIBLE)); in main()
|
H A D | glfwinfo.c | 683 glfwWindowHint(GLFW_VISIBLE, false); in main()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 625 #define GLFW_VISIBLE 0x00020004 macro 1740 * initially invisible using the [GLFW_VISIBLE](@ref window_hints_wnd) window
|
/third_party/glfw/src/ |
H A D | window.c | 367 case GLFW_VISIBLE: in glfwWindowHint() 893 case GLFW_VISIBLE: in glfwGetWindowAttrib()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.cpp | 427 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 D | glfw3.h | 876 #define GLFW_VISIBLE 0x00020004 macro
|
Completed in 19 milliseconds