Home
last modified time | relevance | path

Searched defs:d3d12Texture (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp521 ComPtr<ID3D12Resource> d3d12Texture, in CreateExternalImage()
548 ComPtr<ID3D12Resource> d3d12Texture) { in Create()
557 ComPtr<ID3D12Resource> d3d12Texture, in InitializeAsExternalTexture()
635 MaybeError Texture::InitializeAsSwapChainTexture(ComPtr<ID3D12Resource> d3d12Texture) { in InitializeAsSwapChainTexture()
DSwapChainD3D12.cpp105 ComPtr<ID3D12Resource> d3d12Texture = static_cast<ID3D12Resource*>(next.texture.ptr); in GetNextTextureImpl() local
DDeviceD3D12.cpp535 ComPtr<ID3D12Resource> d3d12Texture, in CreateExternalTexture()