Home
last modified time | relevance | path

Searched refs:getTextBlobCache (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/
DGrRecordingContext.cpp139 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() function in GrRecordingContext
140 return fThreadSafeProxy->priv().getTextBlobCache(); in getTextBlobCache()
143 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() function in GrRecordingContext
144 return fThreadSafeProxy->priv().getTextBlobCache(); in getTextBlobCache()
DGrContextThreadSafeProxyPriv.h37 GrTextBlobCache* getTextBlobCache() { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
38 const GrTextBlobCache* getTextBlobCache() const { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
DGrRecordingContextPriv.h61 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
DGrDirectContextPriv.h60 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
DGrDirectContext.cpp210 SkASSERT(this->getTextBlobCache()); in init()
315 this->getTextBlobCache()->purgeStaleBlobs(); in purgeUnlockedResources()
339 this->getTextBlobCache()->purgeStaleBlobs(); in performDeferredCleanup()
452 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
DGrSurfaceDrawContext.cpp396 GrTextBlobCache* textBlobCache = fContext->priv().getTextBlobCache(); in drawGlyphRunListWithCache()
/external/skia/include/gpu/
DGrRecordingContext.h186 GrTextBlobCache* getTextBlobCache();
187 const GrTextBlobCache* getTextBlobCache() const;
/external/skqp/src/atlastext/
DSkInternalAtlasTextContext.cpp57 return fGrContext->contextPriv().getTextBlobCache(); in textBlobCache()
/external/skqp/src/gpu/
DGrContextPriv.h207 GrTextBlobCache* getTextBlobCache() { return fContext->fTextBlobCache.get(); } in getTextBlobCache() function
/external/skia/tests/
DTextBlobCacheTest.cpp76 GrTextBlobTestingPeer::SetBudget(dContext->priv().getTextBlobCache(), 0); in text_blob_cache_inner()
/external/skqp/src/core/
DSkGlyphRunPainter.cpp532 GrTextBlobCache* textBlobCache = context->contextPriv().getTextBlobCache(); in drawGlyphRunList()
901 blob = context->contextPriv().getTextBlobCache()->makeBlob(glyphRunList, color); in createOp_TestingOnly()