Searched defs:dstLocation (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A D | TransferPixelsTest.cpp | 30 auto dstLocation = [dst, dstBpp, rowBytes](int x, int y) { in fill_transfer_data() local
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx12.cpp | 357 D3D12_TEXTURE_COPY_LOCATION dstLocation = {}; in ImGui_ImplDX12_CreateFontsTexture() local
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.cpp | 185 copyTextureRegionToTexture(sk_sp<GrManagedResource> dst, const D3D12_TEXTURE_COPY_LOCATION* dstLocation, UINT dstX, UINT dstY, sk_sp<GrManagedResource> src, const D3D12_TEXTURE_COPY_LOCATION* srcLocation, const D3D12_BOX* srcBox) copyTextureRegionToTexture() argument 199 copyTextureRegionToBuffer(sk_sp<const GrBuffer> dst, const D3D12_TEXTURE_COPY_LOCATION* dstLocation, UINT dstX, UINT dstY, sk_sp<GrManagedResource> src, const D3D12_TEXTURE_COPY_LOCATION* srcLocation, const D3D12_BOX* srcBox) copyTextureRegionToBuffer() argument
|
H A D | GrD3DGpu.cpp | 497 D3D12_TEXTURE_COPY_LOCATION dstLocation = {}; in copySurfaceAsCopyTexture() local 650 D3D12_TEXTURE_COPY_LOCATION dstLocation = {}; in readOrTransferPixels() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 853 D3D12_TEXTURE_COPY_LOCATION dstLocation = in RecordCommands() local 903 D3D12_TEXTURE_COPY_LOCATION dstLocation = in RecordCommands() local
|
Completed in 8 milliseconds