Home
last modified time | relevance | path

Searched refs:glfwSetWindowTitle (Results 1 – 7 of 7) sorted by relevance

/third_party/glfw/tests/
Dtearing.c61 glfwSetWindowTitle(window, title); in update_window_title()
/third_party/skia/third_party/externals/dawn/examples/
DManualSwapChainTest.cpp206 glfwSetWindowTitle(data->window, o.str().c_str()); in UpdateTitle()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1919 GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
/third_party/glfw/include/GLFW/
Dglfw3.h1930 GLFWAPI void glfwSetWindowTitle(GLFWwindow* window, const char* title);
/third_party/glfw/docs/
Dwindow.dox641 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");
Dmoving.dox118 glfwSetWindowTitle("New Window Title");
123 glfwSetWindowTitle(window, "New Window Title");
/third_party/glfw/src/
Dwindow.c427 GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) in glfwSetWindowTitle() function