Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBitmapTextureMaker.cpp49 GrInstallBitmapUniqueKeyInvalidator(fOriginalKey, fBitmap.pixelRef()); in refOriginalTextureProxy()
63 GrInstallBitmapUniqueKeyInvalidator(copyKey, fBitmap.pixelRef()); in didCacheCopy()
DSkGr.h264 void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pixelRef);
DSkGr.cpp183 void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pixelRef) { in GrInstallBitmapUniqueKeyInvalidator() function
298 GrInstallBitmapUniqueKeyInvalidator(originalKey, bitmap.pixelRef()); in GrMakeCachedBitmapProxy()