Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlobCache.cpp46 auto* idEntry = fBlobIDCache.find(msg.fBlobID); in purgeStaleBlobs()
59 fBlobIDCache.remove(msg.fBlobID); in purgeStaleBlobs()
DGrTextBlobCache.h96 : fBlobID(blobID), fContextID(contextUniqueID) {} in PurgeBlobMessage()
98 uint32_t fBlobID; member
/external/skia/src/gpu/text/
DGrTextBlobCache.h37 : fBlobID(blobID), fContextID(contextUniqueID) {} in PurgeBlobMessage()
39 uint32_t fBlobID; member
DGrTextBlobCache.cpp91 auto* idEntry = fBlobIDCache.find(msg.fBlobID); in internalPurgeStaleBlobs()
104 fBlobIDCache.remove(msg.fBlobID); in internalPurgeStaleBlobs()