Searched refs:GetWindowWidth (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureGatherTests.cpp | 62 int GetWindowWidth() in GetWindowWidth() function in glcts::__anon27700::TGBase 996 glViewport(0, 0, GetWindowWidth(), GetWindowHeight()); in Cleanup() 1703 glViewport(0, 0, GetWindowWidth(), GetWindowHeight()); in Cleanup()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureGatherTests.cpp | 70 int GetWindowWidth() in GetWindowWidth() function in gl4cts::__anon27655::TGBase 1122 glViewport(0, 0, GetWindowWidth(), GetWindowHeight()); in Cleanup() 3150 glViewport(0, 0, GetWindowWidth(), GetWindowHeight()); in Cleanup()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 262 IMGUI_API float GetWindowWidth(); // get current window width (shortcut for GetWindowSize().x)
|
H A D | imgui.cpp | 6015 float ImGui::GetWindowWidth() in GetWindowWidth() function in ImGui
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 359 IMGUI_API float GetWindowWidth(); // get current window width (shortcut for GetWindowSize().x)
|
H A D | imgui_demo.cpp | 354 //ImGui::PushItemWidth(-ImGui::GetWindowWidth() * 0.35f); in ShowDemoWindow() 5873 ImGui::PushItemWidth(ImGui::GetWindowWidth() * 0.50f);
|
H A D | imgui.cpp | 6808 float ImGui::GetWindowWidth() in GetWindowWidth() function in ImGui
|
Completed in 76 milliseconds