Home
last modified time | relevance | path

Searched refs:CopyFromStagingToTexture (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h46 CopyFromStagingToTexture,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h72 MaybeError CopyFromStagingToTexture(const StagingBufferBase* source,
DDeviceGL.cpp285 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source, in CopyFromStagingToTexture() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h67 MaybeError CopyFromStagingToTexture(const StagingBufferBase* source,
DDeviceMTL.mm418 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h94 MaybeError CopyFromStagingToTexture(const StagingBufferBase* source,
DDeviceVk.cpp678 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source, in CopyFromStagingToTexture() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h103 MaybeError CopyFromStagingToTexture(const StagingBufferBase* source,
DDeviceD3D12.cpp495 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source, in CopyFromStagingToTexture() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h110 MaybeError CopyFromStagingToTexture(const StagingBufferBase* source,
DDeviceNull.cpp218 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source, in CopyFromStagingToTexture() function in dawn_native::null::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h281 virtual MaybeError CopyFromStagingToTexture(const StagingBufferBase* source,
DQueue.cpp363 return device->CopyFromStagingToTexture(uploadHandle.stagingBuffer, passDataLayout, in WriteTextureImpl()