Home
last modified time | relevance | path

Searched refs:PFN_CREATE_DXGI_FACTORY (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_d3d11va.c44 typedef HRESULT(WINAPI *PFN_CREATE_DXGI_FACTORY)(REFIID riid, void **ppFactory); typedef
48 static PFN_CREATE_DXGI_FACTORY mCreateDXGIFactory;
65 mCreateDXGIFactory = (PFN_CREATE_DXGI_FACTORY) GetProcAddress(dxgilib, "CreateDXGIFactory"); in load_functions()
70 mCreateDXGIFactory = (PFN_CREATE_DXGI_FACTORY) CreateDXGIFactory1; in load_functions()
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp152 typedef HRESULT(WINAPI * PFN_CREATE_DXGI_FACTORY)(REFIID riid, in get_dxgi_factory() typedef
154 PFN_CREATE_DXGI_FACTORY CreateDXGIFactory; in get_dxgi_factory()
160 CreateDXGIFactory = (PFN_CREATE_DXGI_FACTORY)GetProcAddress(hDXGIMod, "CreateDXGIFactory"); in get_dxgi_factory()

Completed in 3 milliseconds