Searched refs:onMap (Results 1 – 13 of 13) sorted by relevance
30 void* map() { return (fMapPtr = this->onMap()); } in map()67 virtual void* onMap() = 0;
53 void* map() { return (fMapPtr = this->onMap()); } in map()112 virtual void* onMap() = 0;
29 void* onMap() override;
30 void* onMap() override;
32 void* onMap() override { in onMap() function
50 void* GrVkIndexBuffer::onMap() { in onMap() function in GrVkIndexBuffer
49 void* GrVkVertexBuffer::onMap() { in onMap() function in GrVkVertexBuffer
35 void* onMap() override;
34 void* onMap() override;
31 void* GrGLTransferBuffer::onMap() { in onMap() function in GrGLTransferBuffer
32 void* GrGLIndexBuffer::onMap() { in onMap() function in GrGLIndexBuffer
32 void* GrGLVertexBuffer::onMap() { in onMap() function in GrGLVertexBuffer