Home
last modified time | relevance | path

Searched defs:willRemoveLastRefOrPendingIO (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/
DGrTexture.h76 void willRemoveLastRefOrPendingIO() override { in willRemoveLastRefOrPendingIO() function
DGrGpuResource.h323 virtual void willRemoveLastRefOrPendingIO() {} in willRemoveLastRefOrPendingIO() function
/external/skia/src/gpu/vk/
DGrVkTexture.cpp179 void GrVkTexture::willRemoveLastRefOrPendingIO() { in willRemoveLastRefOrPendingIO() function in GrVkTexture
/external/skia/src/gpu/mock/
DGrMockTexture.h159 void willRemoveLastRefOrPendingIO() override { GrTexture::willRemoveLastRefOrPendingIO(); } in willRemoveLastRefOrPendingIO() function