Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrHashMapWithCache.h36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
/external/skqp/include/private/
DSkTHash.h49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
324 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/external/skia/src/core/
DSkTDynamicHash.h40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
/external/skia/include/private/
DSkTHash.h69 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
351 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
431 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function