Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/server/Windows/
H A Dwf_dxgi.c117 IDXGIOutput1* DxgiOutput1 = NULL; in wf_dxgi_getDuplication() local
174 DxgiOutput->lpVtbl->QueryInterface(DxgiOutput, &IID_IDXGIOutput1, (void**)&DxgiOutput1); in wf_dxgi_getDuplication()
185 DxgiOutput1->lpVtbl->DuplicateOutput(DxgiOutput1, (IUnknown*)gDevice, &gOutputDuplication); in wf_dxgi_getDuplication()
186 DxgiOutput1->lpVtbl->Release(DxgiOutput1); in wf_dxgi_getDuplication()
187 DxgiOutput1 = NULL; in wf_dxgi_getDuplication()
/dports/net/freerdp/freerdp-2.5.0/server/shadow/Win/
H A Dwin_dxgi.c438 IDXGIOutput1* DxgiOutput1 = NULL; in win_shadow_dxgi_init() local