Home
last modified time | relevance | path

Searched refs:mSurfaceBrush (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.h110 Microsoft::WRL::ComPtr<ABI::Windows::UI::Composition::ICompositionSurfaceBrush> mSurfaceBrush; variable
DCompositorNativeWindow11.cpp137 hr = compositor->CreateSurfaceBrushWithSurface(mSurface.Get(), &mSurfaceBrush); in createSwapChain()
143 hr = mSurfaceBrush.As(&mCompositionBrush); in createSwapChain()