Home
last modified time | relevance | path

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

/external/skia/src/gpu/dawn/
DGrDawnBuffer.cpp45 fBuffer = this->getDawnGpu()->device().CreateBuffer(&bufferDesc); in GrDawnBuffer()
48 fBuffer = this->getDawnGpu()->device().CreateBuffer(&bufferDesc); in GrDawnBuffer()
65 this->getDawnGpu()->stagingBufferManager()->allocateStagingBufferSlice( in onMap()
84 this->getDawnGpu()->getCopyEncoder().CopyBufferToBuffer(fStagingBuffer, fStagingOffset, in onUnmap()
101 GrDawnGpu* GrDawnBuffer::getDawnGpu() const { in getDawnGpu() function in GrDawnBuffer
DGrDawnBuffer.h26 GrDawnGpu* getDawnGpu() const;
DGrDawnAttachment.h39 GrDawnGpu* getDawnGpu() const;
DGrDawnTexture.h38 GrDawnGpu* getDawnGpu() const;
DGrDawnAttachment.cpp55 GrDawnGpu* GrDawnAttachment::getDawnGpu() const { in getDawnGpu() function in GrDawnAttachment
DGrDawnTexture.cpp99 GrDawnGpu* GrDawnTexture::getDawnGpu() const { in getDawnGpu() function in GrDawnTexture