Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dd3d11_common.c131 D3D11CreateTexture2D(device, &texture->desc, NULL, &texture->handle); in d3d11_init_texture()
152 D3D11CreateTexture2D(device, &desc, NULL, &texture->staging); in d3d11_init_texture()
H A Dd3d11_common.h1891 static INLINE HRESULT D3D11CreateTexture2D( in D3D11CreateTexture2D() function