Home
last modified time | relevance | path

Searched refs:fBytesOfPid (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceCache.cpp447 infoStr += ";fBytesOfPid : ["; in realBytesOfPid()
448 if (fBytesOfPid.size() > 0) { in realBytesOfPid()
449 for (auto it = fBytesOfPid.begin(); it != fBytesOfPid.end(); it++) { in realBytesOfPid()
649 auto& pidSize = fBytesOfPid[pid]; in insertResource()
715 auto& pidSize = fBytesOfPid[pid]; in removeResource()
719 fBytesOfPid.erase(pid); in removeResource()
903 auto& pidSize = fBytesOfPid[beforePid]; in changeByteOfPid()
907 fBytesOfPid.erase(beforePid); in changeByteOfPid()
911 auto& size = fBytesOfPid[afterPi in changeByteOfPid()
[all...]
H A DGrResourceCache.h572 std::unordered_map<int32_t, size_t> fBytesOfPid; member in GrResourceCache

Completed in 4 milliseconds