Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrHashMapWithCache.h36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
/external/skia/src/core/
DSkTDynamicHash.h40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
DSkTHash.h79 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts711 const approxBytesUsed = pic.approximateBytesUsed(); // $ExpectType number constant
/external/skia/modules/canvaskit/tests/
Dcore_test.js33 const approxBytesUsed = pic.approximateBytesUsed(); constant