Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlobCache.h31 , fPurgeBlobInbox(uniqueID) { in GrTextBlobCache()
184 SkMessageBus<PurgeBlobMessage>::Inbox fPurgeBlobInbox; variable
DGrTextBlobCache.cpp43 fPurgeBlobInbox.poll(&msgs); in purgeStaleBlobs()
/external/skia/src/gpu/text/
DGrTextBlobCache.cpp21 , fPurgeBlobInbox(messageBusID) { } in GrTextBlobCache()
88 fPurgeBlobInbox.poll(&msgs); in internalPurgeStaleBlobs()
DGrTextBlobCache.h92 SkMessageBus<PurgeBlobMessage, uint32_t>::Inbox fPurgeBlobInbox SK_GUARDED_BY(fSpinLock);