Home
last modified time | relevance | path

Searched refs:CreateExternalImage (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.h43 static ResultOrError<Ref<Texture>> CreateExternalImage(
DDeviceD3D12.cpp543 Texture::CreateExternalImage(this, descriptor, std::move(d3d12Texture), in CreateExternalTexture()
DTextureD3D12.cpp518 ResultOrError<Ref<Texture>> Texture::CreateExternalImage( in CreateExternalImage() function in dawn_native::d3d12::Texture