Home
last modified time | relevance | path

Searched refs:IDCompositionDevice (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/win32/
DNativeWindow11Win32.h14 typedef interface IDCompositionDevice IDCompositionDevice; typedef
46 IDCompositionDevice *mDevice;
DNativeWindow11Win32.cpp90 HRESULT result = createDComp(dxgiDevice, __uuidof(IDCompositionDevice), in createSwapChain()
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp961 angle::ComPtr<IDCompositionDevice> dcompDevice; in TEST_P()