Home
last modified time | relevance | path

Searched refs:GrTextBlobCache (Results 1 – 25 of 27) sorted by relevance

12

/external/skqp/src/gpu/text/
DGrTextBlobCache.cpp10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage) in DECLARE_SKMESSAGEBUS_MESSAGE()
13 const GrTextBlobCache::PurgeBlobMessage& msg, uint32_t msgBusUniqueID) { in DECLARE_SKMESSAGEBUS_MESSAGE()
17 GrTextBlobCache::~GrTextBlobCache() { in ~GrTextBlobCache()
21 void GrTextBlobCache::freeAll() { in freeAll()
36 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage()
41 void GrTextBlobCache::purgeStaleBlobs() { in purgeStaleBlobs()
63 void GrTextBlobCache::checkPurge(GrTextBlob* blob) { in checkPurge()
DGrTextBlobCache.h18 class GrTextBlobCache {
26 GrTextBlobCache(PFOverBudgetCB cb, void* data, uint32_t uniqueID) in GrTextBlobCache() function
34 ~GrTextBlobCache();
DGrTextContext.h21 class GrTextBlobCache; variable
/external/skia/src/gpu/text/
DGrTextBlobCache.cpp10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage) in DECLARE_SKMESSAGEBUS_MESSAGE()
13 const GrTextBlobCache::PurgeBlobMessage& msg, uint32_t msgBusUniqueID) { in DECLARE_SKMESSAGEBUS_MESSAGE()
17 GrTextBlobCache::~GrTextBlobCache() { in ~GrTextBlobCache()
21 void GrTextBlobCache::freeAll() { in freeAll()
36 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage()
41 void GrTextBlobCache::purgeStaleBlobs() { in purgeStaleBlobs()
63 void GrTextBlobCache::checkPurge(GrTextBlob* blob) { in checkPurge()
DGrTextBlobCache.h18 class GrTextBlobCache {
26 GrTextBlobCache(PFOverBudgetCB cb, void* data, uint32_t uniqueID) in GrTextBlobCache() function
34 ~GrTextBlobCache();
DGrTextContext.h22 class GrTextBlobCache; variable
/external/skia/include/private/
DGrRecordingContext.h20 class GrTextBlobCache; variable
45 GrTextBlobCache* getTextBlobCache();
46 const GrTextBlobCache* getTextBlobCache() const;
114 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
/external/skqp/src/atlastext/
DSkInternalAtlasTextContext.h18 class GrTextBlobCache; variable
37 GrTextBlobCache* textBlobCache();
DSkInternalAtlasTextContext.cpp56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache()
/external/skia/src/atlastext/
DSkInternalAtlasTextContext.h18 class GrTextBlobCache; variable
37 GrTextBlobCache* textBlobCache();
DSkInternalAtlasTextContext.cpp56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache()
/external/skqp/include/gpu/
DGrContext.h44 class GrTextBlobCache; variable
309 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
/external/skia/src/gpu/
DGrRecordingContext.cpp61 fTextBlobCache.reset(new GrTextBlobCache(textblobcache_overbudget_CB, this, in init()
136 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache()
140 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache()
DGrRecordingContextPriv.h54 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache()
DGrContextPriv.h70 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache()
/external/skqp/src/gpu/
DGrContextPriv.h207 GrTextBlobCache* getTextBlobCache() { return fContext->fTextBlobCache.get(); } in getTextBlobCache()
DGrContext.cpp134 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this, this->contextID())); in initCommon()
/external/skqp/include/core/
DSkTextBlob.h227 friend class GrTextBlobCache; variable
/external/skia/include/core/
DSkTextBlob.h227 friend class GrTextBlobCache; variable
/external/skia/gn/
Dgpu.gni418 "$_src/gpu/text/GrTextBlobCache.cpp",
419 "$_src/gpu/text/GrTextBlobCache.h",
/external/skqp/gn/
Dgpu.gni407 "$_src/gpu/text/GrTextBlobCache.cpp",
408 "$_src/gpu/text/GrTextBlobCache.h",
/external/skia/src/core/
DSkGlyphRunPainter.cpp655 GrTextBlobCache* textBlobCache = context->priv().getTextBlobCache(); in drawGlyphRunList()
DSkTextBlob.cpp151 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()
/external/skqp/src/core/
DSkTextBlob.cpp151 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()
DSkGlyphRunPainter.cpp532 GrTextBlobCache* textBlobCache = context->contextPriv().getTextBlobCache(); in drawGlyphRunList()

12