Home
last modified time | relevance | path

Searched defs:srcDesc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeCopyStorageBufferTests.cpp41 wgpu::BufferDescriptor srcDesc; in BasicTest() local
DGpuMemorySynchronizationTests.cpp25 wgpu::BufferDescriptor srcDesc; in CreateBuffer() local
424 wgpu::BufferDescriptor srcDesc; in CreateZeroedBuffer() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DComputeCopyStorageBufferTests.cpp52 dawn::BufferDescriptor srcDesc; in BasicTest() local
/third_party/flutter/skia/src/gpu/
DGrTextureProxy.cpp19 GrTextureProxy::GrTextureProxy(const GrBackendFormat& format, const GrSurfaceDesc& srcDesc, in GrTextureProxy()