Home
last modified time | relevance | path

Searched refs:DwmIsCompositionEnabled (Results 1 - 4 of 4) sorted by relevance

/third_party/glfw/src/
H A Dwgl_context.c335 if (SUCCEEDED(DwmIsCompositionEnabled(&enabled)) && enabled) in swapBuffersWGL()
362 if (SUCCEEDED(DwmIsCompositionEnabled(&enabled)) && enabled) in swapIntervalWGL()
H A Dwin32_platform.h304 #define DwmIsCompositionEnabled _glfw.win32.dwmapi.IsCompositionEnabled macro
H A Dwin32_window.c380 if (FAILED(DwmIsCompositionEnabled(&composition)) || !composition) in updateFramebufferTransparency()
1987 if (FAILED(DwmIsCompositionEnabled(&composition)) || !composition) in _glfwFramebufferTransparentWin32()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_win32.cpp593 if (FAILED(::DwmIsCompositionEnabled(&composition)) || !composition) in ImGui_ImplWin32_EnableAlphaCompositing()

Completed in 7 milliseconds