HomeSort by relevance Sort by last modified time
    Searched refs:onUnmap (Results 1 - 13 of 13) sorted by null

  /external/skia/src/gpu/
GrTransferBuffer.h 39 this->onUnmap();
68 virtual void onUnmap() = 0;
GrGeometryBuffer.h 62 this->onUnmap();
113 virtual void onUnmap() = 0;
  /external/skia/src/gpu/vk/
GrVkIndexBuffer.h 31 void onUnmap() override;
GrVkVertexBuffer.h 30 void onUnmap() override;
GrVkTransferBuffer.h 40 void onUnmap() override {
GrVkIndexBuffer.cpp 58 void GrVkIndexBuffer::onUnmap() {
GrVkVertexBuffer.cpp 57 void GrVkVertexBuffer::onUnmap() {
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.h 35 void onUnmap() override;
GrGLTransferBuffer.h 36 void onUnmap() override;
GrGLVertexBuffer.h 35 void onUnmap() override;
GrGLIndexBuffer.cpp 40 void GrGLIndexBuffer::onUnmap() {
GrGLTransferBuffer.cpp 39 void GrGLTransferBuffer::onUnmap() {
GrGLVertexBuffer.cpp 40 void GrGLVertexBuffer::onUnmap() {

Completed in 291 milliseconds