Home
last modified time | relevance | path

Searched refs:onUnmap (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/
DGrTransferBuffer.h39 this->onUnmap(); in unmap()
68 virtual void onUnmap() = 0;
DGrGeometryBuffer.h62 this->onUnmap(); in unmap()
113 virtual void onUnmap() = 0;
/external/skia/src/gpu/vk/
DGrVkVertexBuffer.h30 void onUnmap() override;
DGrVkIndexBuffer.h31 void onUnmap() override;
DGrVkTransferBuffer.h40 void onUnmap() override { in onUnmap() function
DGrVkVertexBuffer.cpp57 void GrVkVertexBuffer::onUnmap() { in onUnmap() function in GrVkVertexBuffer
DGrVkIndexBuffer.cpp58 void GrVkIndexBuffer::onUnmap() { in onUnmap() function in GrVkIndexBuffer
/external/skia/src/gpu/gl/
DGrGLVertexBuffer.h35 void onUnmap() override;
DGrGLIndexBuffer.h35 void onUnmap() override;
DGrGLTransferBuffer.h36 void onUnmap() override;
DGrGLTransferBuffer.cpp39 void GrGLTransferBuffer::onUnmap() { in onUnmap() function in GrGLTransferBuffer
DGrGLVertexBuffer.cpp40 void GrGLVertexBuffer::onUnmap() { in onUnmap() function in GrGLVertexBuffer
DGrGLIndexBuffer.cpp40 void GrGLIndexBuffer::onUnmap() { in onUnmap() function in GrGLIndexBuffer