Searched refs:glfwSetWindowTitle (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | tearing.c | 61 glfwSetWindowTitle(window, title); in update_window_title()
|
/third_party/skia/third_party/externals/dawn/examples/ |
D | ManualSwapChainTest.cpp | 206 glfwSetWindowTitle(data->window, o.str().c_str()); in UpdateTitle()
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 1930 GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1919 GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1919 GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
|
/third_party/flutter/glfw/docs/ |
D | window.dox | 641 set a UTF-8 encoded window title with @ref glfwSetWindowTitle. 644 glfwSetWindowTitle(window, "My Window"); 654 glfwSetWindowTitle(window, "カウボーイビバップ"); 660 glfwSetWindowTitle(window, u8"This is always a UTF-8 string");
|
D | moving.dox | 118 glfwSetWindowTitle("New Window Title"); 123 glfwSetWindowTitle(window, "New Window Title");
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | flutter_glfw.cc | 589 glfwSetWindowTitle(window, title); in FlutterDesktopWindowSetTitle()
|
/third_party/flutter/glfw/src/ |
D | window.c | 427 GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) in glfwSetWindowTitle() function
|