Home
last modified time | relevance | path

Searched refs:getDawnGpu (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ganesh/dawn/
DGrDawnBuffer.cpp118 this->getDawnGpu()->stagingBufferManager()->allocateStagingBufferSlice( in internalMap()
139 this->getDawnGpu()->getCopyEncoder().CopyBufferToBuffer(fStagingBuffer, fStagingOffset, in internalUnmap()
196 GrDawnGpu* GrDawnBuffer::getDawnGpu() const { in getDawnGpu() function in GrDawnBuffer
251 Context context{this, nullptr, GrDawnAsyncWait{this->getDawnGpu()->device()}}; in blockingMap()
DGrDawnAttachment.h41 GrDawnGpu* getDawnGpu() const;
DGrDawnTexture.h48 GrDawnGpu* getDawnGpu() const;
DGrDawnBuffer.h80 GrDawnGpu* getDawnGpu() const;
DGrDawnAttachment.cpp66 GrDawnGpu* GrDawnAttachment::getDawnGpu() const { in getDawnGpu() function in GrDawnAttachment
DGrDawnTexture.cpp99 GrDawnGpu* GrDawnTexture::getDawnGpu() const { in getDawnGpu() function in GrDawnTexture