Searched refs:D3D11CreateTexture2D (Results 1 – 2 of 2) sorted by relevance
131 D3D11CreateTexture2D(device, &texture->desc, NULL, &texture->handle); in d3d11_init_texture()152 D3D11CreateTexture2D(device, &desc, NULL, &texture->staging); in d3d11_init_texture()
1891 static INLINE HRESULT D3D11CreateTexture2D( in D3D11CreateTexture2D() function