Home
last modified time | relevance | path

Searched refs:cTextureDescriptor (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Backend.cpp130 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor); in Create()
161 new ExternalImageDXGI(std::move(d3d12Resource), descriptor->cTextureDescriptor)); in Create()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h243 const WGPUTextureDescriptor* cTextureDescriptor; // Must match image creation params member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12ResourceWrappingTests.cpp112 externalImageDesc.cTextureDescriptor = in WrapSharedHandle()
382 externalImageDesc.cTextureDescriptor = in WrapAndClearD3D11Texture()
DIOSurfaceWrappingTests.cpp102 externDesc.cTextureDescriptor = in WrapIOSurface()
DD3D12VideoViewsTests.cpp212 externalImageDesc.cTextureDescriptor = in CreateVideoTextureForTest()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.cpp206 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor); in CreateTextureWrappingEGLImage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp722 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor); in ImportExternalImage()
796 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor); in CreateTextureWrappingVulkanImage()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DEGLImageWrappingTests.cpp148 externDesc.cTextureDescriptor = reinterpret_cast<const WGPUTextureDescriptor*>(descriptor); in WrapEGLImage()
DVulkanImageWrappingTestsDmaBuf.cpp136 descriptor.cTextureDescriptor = in WrapVulkanImage()
DVulkanImageWrappingTestsOpaqueFD.cpp184 descriptor.cTextureDescriptor = in WrapVulkanImage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm436 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor);
DTextureMTL.mm434 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor);