Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/win32/
DNativeWindow11Win32.cpp79 PFN_DCOMPOSITION_CREATE_DEVICE createDComp = in createSwapChain() local
82 if (!createDComp) in createSwapChain()
90 HRESULT result = createDComp(dxgiDevice, __uuidof(IDCompositionDevice), in createSwapChain()
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp952 PFN_DCOMPOSITION_CREATE_DEVICE2 createDComp = reinterpret_cast<PFN_DCOMPOSITION_CREATE_DEVICE2>( in TEST_P() local
954 if (!createDComp) in TEST_P()
962 HRESULT hr = createDComp(d3d11Device.Get(), IID_PPV_ARGS(dcompDevice.GetAddressOf())); in TEST_P()