Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContextPriv.h54 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
DGrRecordingContext.cpp136 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() function in GrRecordingContext
140 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() function in GrRecordingContext
DGrContextPriv.h70 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
/external/skqp/src/gpu/
DGrContextPriv.h207 GrTextBlobCache* getTextBlobCache() { return fContext->fTextBlobCache.get(); } in getTextBlobCache() function