Home
last modified time | relevance | path

Searched refs:GetDynamicUploader (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.cpp169 DAWN_TRY_ASSIGN(uploader, GetDevice()->GetDynamicUploader()); in MapAtCreation()
252 DAWN_TRY_ASSIGN(uploader, GetDevice()->GetDynamicUploader()); in SetSubDataImpl()
313 DAWN_TRY_ASSIGN(uploader, GetDevice()->GetDynamicUploader()); in CopyFromStagingBuffer()
DDevice.h150 ResultOrError<DynamicUploader*> GetDynamicUploader() const;
DDevice.cpp589 ResultOrError<DynamicUploader*> DeviceBase::GetDynamicUploader() const { in GetDynamicUploader() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp109 DAWN_TRY_ASSIGN(uploadHandle, device->GetDynamicUploader()->Allocate( in UploadTextureDataAligningBytesPerRowAndOffset()
282 DAWN_TRY_ASSIGN(uploadHandle, device->GetDynamicUploader()->Allocate( in WriteBufferImpl()
DBuffer.cpp393 DynamicUploader* uploader = GetDevice()->GetDynamicUploader(); in CopyFromStagingBuffer()
DDevice.h286 DynamicUploader* GetDynamicUploader() const;
DDevice.cpp1562 DynamicUploader* DeviceBase::GetDynamicUploader() const { in GetDynamicUploader() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.cpp479 DynamicUploader* uploader = device->GetDynamicUploader(); in ClearBuffer()
DDeviceD3D12.cpp280 DynamicUploader* uploader = GetDynamicUploader(); in ClearBufferToZero()
DTextureD3D12.cpp1098 DynamicUploader* uploader = device->GetDynamicUploader(); in ClearTexture()
DCommandBufferD3D12.cpp1038 DAWN_TRY_ASSIGN(uploadHandle, device->GetDynamicUploader()->Allocate( in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm662 DynamicUploader* uploader = device->GetDynamicUploader();
DCommandBufferMTL.mm1022 DAWN_TRY_ASSIGN(uploadHandle, device->GetDynamicUploader()->Allocate(
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp1158 DynamicUploader* uploader = device->GetDynamicUploader(); in ClearTexture()
DCommandBufferVk.cpp864 DAWN_TRY_ASSIGN(uploadHandle, device->GetDynamicUploader()->Allocate( in RecordCommands()