Home
last modified time | relevance | path

Searched defs:getTextBlobCache (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrContextThreadSafeProxyPriv.h37 GrTextBlobCache* getTextBlobCache() { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
38 const GrTextBlobCache* getTextBlobCache() const { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
DGrRecordingContext.cpp139 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() function in GrRecordingContext
143 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() function in GrRecordingContext
DGrRecordingContextPriv.h61 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
DGrDirectContextPriv.h60 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
/external/skqp/src/gpu/
DGrContextPriv.h207 GrTextBlobCache* getTextBlobCache() { return fContext->fTextBlobCache.get(); } in getTextBlobCache() function