Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGr.cpp276 class Invalidator : public SkPixelRef::GenIDChangeListener { in GrInstallBitmapUniqueKeyInvalidator() class
278 explicit Invalidator(const GrUniqueKey& key) : fMsg(key) {} in GrInstallBitmapUniqueKeyInvalidator() function in GrInstallBitmapUniqueKeyInvalidator::Invalidator
285 pixelRef->addGenIDChangeListener(new Invalidator(key)); in GrInstallBitmapUniqueKeyInvalidator()