HomeSort by relevance Sort by last modified time
    Searched defs:GrTextBlobCache (Results 1 - 4 of 4) sorted by null

  /external/skqp/src/gpu/text/
GrTextBlobCache.cpp 8 #include "GrTextBlobCache.h"
10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage)
12 GrTextBlobCache::~GrTextBlobCache() {
16 void GrTextBlobCache::freeAll() {
30 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) {
35 void GrTextBlobCache::purgeStaleBlobs() {
56 void GrTextBlobCache::checkPurge(GrAtlasTextBlob* blob) {
GrTextBlobCache.h 18 class GrTextBlobCache {
26 GrTextBlobCache(PFOverBudgetCB cb, void* data, uint32_t uniqueID)
35 ~GrTextBlobCache();
  /external/skia/src/gpu/text/
GrTextBlobCache.cpp 8 #include "GrTextBlobCache.h"
10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage)
12 GrTextBlobCache::~GrTextBlobCache() {
17 void GrTextBlobCache::freeAll() {
31 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) {
36 void GrTextBlobCache::purgeStaleBlobs() {
57 bool GrTextBlobCache::overBudget() const {
67 void GrTextBlobCache::checkPurge(GrAtlasTextBlob* blob) {
GrTextBlobCache.h 18 class GrTextBlobCache {
26 GrTextBlobCache(PFOverBudgetCB cb, void* data, uint32_t uniqueID, bool usePool)
35 ~GrTextBlobCache();

Completed in 484 milliseconds