Home
last modified time | relevance | path

Searched refs:approxBytesUsed (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkTDynamicHash.h40 size_t approxBytesUsed() const { return fTable.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/gpu/
DGrHashMapWithCache.h36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
DGrThreadSafeCache.cpp38 return fUniquelyKeyedEntryMap.approxBytesUsed(); in approxBytesUsedForHash()
/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
/external/skia/tests/
DHashTest.cpp29 REPORTER_ASSERT(r, map.approxBytesUsed() > 0); in DEF_TEST()
288 REPORTER_ASSERT(r, s.approxBytesUsed() == (sizeof(int) + sizeof(uint32_t)) * cap); in DEF_TEST()
/external/skqp/tests/
DHashTest.cpp27 REPORTER_ASSERT(r, map.approxBytesUsed() > 0); in DEF_TEST()