Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h171 void willRemoveLastRefOrPendingIO() override { GrTexture::willRemoveLastRefOrPendingIO(); } in willRemoveLastRefOrPendingIO() function
/third_party/flutter/skia/include/gpu/
DGrTexture.h89 void willRemoveLastRefOrPendingIO() override { in willRemoveLastRefOrPendingIO() function
DGrGpuResource.h339 virtual void willRemoveLastRefOrPendingIO() {} in willRemoveLastRefOrPendingIO() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkTexture.h57 void willRemoveLastRefOrPendingIO() override;
DGrVkTexture.cpp202 void GrVkTexture::willRemoveLastRefOrPendingIO() { in willRemoveLastRefOrPendingIO() function in GrVkTexture
/third_party/flutter/skia/src/gpu/
DGrGpuResource.cpp162 mutableThis->willRemoveLastRefOrPendingIO(); in notifyAllCntsWillBeZero()