Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockTexture.h192 void willRemoveLastRef() override { GrTexture::willRemoveLastRef(); } in willRemoveLastRef() function
/external/skia/include/gpu/
DGrTexture.h83 void willRemoveLastRef() override { in willRemoveLastRef() function
DGrGpuResource.h262 virtual void willRemoveLastRef() {} in willRemoveLastRef() function
/external/skia/src/gpu/vk/
DGrVkTexture.h78 void willRemoveLastRef() override;
DGrVkTexture.cpp229 void GrVkTexture::willRemoveLastRef() { in willRemoveLastRef() function in GrVkTexture
/external/skia/src/gpu/
DGrGpuResource.cpp158 mutableThis->willRemoveLastRef(); in notifyRefCntWillBeZero()