Searched refs:pAdapter (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/tools/gpu/d3d/ |
D | D3DTestUtils.cpp | 20 IDXGIAdapter1* pAdapter = nullptr; in get_hardware_adapter() local 21 if (DXGI_ERROR_NOT_FOUND == pFactory->EnumAdapters1(adapterIndex, &pAdapter)) { in get_hardware_adapter() 28 if (SUCCEEDED(D3D12CreateDevice(pAdapter, D3D_FEATURE_LEVEL_11_0, _uuidof(ID3D12Device), in get_hardware_adapter() 30 *ppAdapter = pAdapter; in get_hardware_adapter() 33 pAdapter->Release(); in get_hardware_adapter()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | alg.h | 968 IAdapterInfo *pAdapter) = 0; 971 IAdapterInfo *pAdapter) = 0; 974 IAdapterInfo *pAdapter) = 0; 977 IAdapterInfo *pAdapter) = 0; 1002 IAdapterInfo *pAdapter); 1006 IAdapterInfo *pAdapter); 1010 IAdapterInfo *pAdapter); 1014 IAdapterInfo *pAdapter); 1030 …define IAdapterNotificationSink_AdapterAdded(This,pAdapter) (This)->lpVtbl->AdapterAdded(This,pAda… 1031 …ine IAdapterNotificationSink_AdapterRemoved(This,pAdapter) (This)->lpVtbl->AdapterRemoved(This,pAd… [all …]
|
D | alg.idl | 141 HRESULT AdapterAdded (IAdapterInfo *pAdapter); 142 HRESULT AdapterRemoved (IAdapterInfo *pAdapter); 143 HRESULT AdapterModified (IAdapterInfo *pAdapter); 144 HRESULT AdapterUpdatePortMapping (IAdapterInfo *pAdapter);
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_d3d11va.c | 520 IDXGIAdapter *pAdapter = NULL; in d3d11va_device_create() local 547 if (FAILED(IDXGIFactory2_EnumAdapters(pDXGIFactory, adapter, &pAdapter))) in d3d11va_device_create() 548 pAdapter = NULL; in d3d11va_device_create() 553 if (pAdapter) { in d3d11va_device_create() 555 hr = IDXGIAdapter2_GetDesc(pAdapter, &desc); in d3d11va_device_create() 562 …hr = mD3D11CreateDevice(pAdapter, pAdapter ? D3D_DRIVER_TYPE_UNKNOWN : D3D_DRIVER_TYPE_HARDWARE, N… in d3d11va_device_create() 564 if (pAdapter) in d3d11va_device_create() 565 IDXGIAdapter_Release(pAdapter); in d3d11va_device_create()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DAMDMemoryAllocator.cpp | 14 allocatorDesc.pAdapter = adapter; in Make()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.h | 1106 IDXGIAdapter* pAdapter; member
|
D | D3D12Sample.cpp | 424 desc.pAdapter = adapter; in InitD3D()
|
D | D3D12MemAlloc.cpp | 4063 m_Adapter(desc.pAdapter), in AllocatorPimpl() 4099 desc.pAdapter->QueryInterface<IDXGIAdapter3>(&m_Adapter3); in Init() 5745 if(!pDesc || !ppAllocator || !pDesc->pDevice || !pDesc->pAdapter || in CreateAllocator()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_DX_interop2.txt | 160 hr = D3D11CreateDeviceAndSwapChain(NULL, // pAdapter
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_DX_interop2.txt | 160 hr = D3D11CreateDeviceAndSwapChain(NULL, // pAdapter
|