Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrImageIDTextureAdjuster.cpp41 GrInstallBitmapUniqueKeyInvalidator(copyKey, fBmp->pixelRef()); in didCacheCopy()
97 GrInstallBitmapUniqueKeyInvalidator(fOriginalKey, fBitmap.pixelRef()); in refOriginalTexture()
109 GrInstallBitmapUniqueKeyInvalidator(copyKey, fBitmap.pixelRef()); in didCacheCopy()
DSkGrPriv.h44 void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pixelRef);
DSkGr.cpp275 void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pixelRef) { in GrInstallBitmapUniqueKeyInvalidator() function