H A D | GrResourceCache.cpp | 283 std::string infoStr; in cacheInfoPurgeableQueue() local 285 infoStr += ";PurgeableInfo_Node:["; in cacheInfoPurgeableQueue() 286 updatePurgeableWidInfo(infoStr, purgNameInfoWid, purgSizeInfoWid, purgPidInfoWid, purgCountInfoWid); in cacheInfoPurgeableQueue() 289 infoStr += ";PurgeableInfo_Pid:["; in cacheInfoPurgeableQueue() 290 updatePurgeablePidInfo(infoStr, purgNameInfoWid, purgSizeInfoWid, purgCountInfoWid); in cacheInfoPurgeableQueue() 293 infoStr += ";PurgeableInfo_Fid:["; in cacheInfoPurgeableQueue() 294 updatePurgeableFidInfo(infoStr, purgNameInfoFid, purgSizeInfoFid, purgCountInfoFid); in cacheInfoPurgeableQueue() 296 updatePurgeableUnknownInfo(infoStr, ";PurgeableInfo_Unknown:", purgCountUnknown, purgSizeUnknown); in cacheInfoPurgeableQueue() 297 return infoStr; in cacheInfoPurgeableQueue() 336 std::string infoStr; in cacheInfoNoPurgeableQueue() local 427 std::string infoStr; cacheInfoRealAllocQueue() local 446 std::string infoStr; realBytesOfPid() local 566 updatePurgeableWidInfo(std::string& infoStr, std::map<uint32_t, std::string>& nameInfoWid, std::map<uint32_t, int>& sizeInfoWid, std::map<uint32_t, int>& pidInfoWid, std::map<uint32_t, int>& countInfoWid) updatePurgeableWidInfo() argument 583 updatePurgeablePidInfo(std::string& infoStr, std::map<uint32_t, std::string>& nameInfoPid, std::map<uint32_t, int>& sizeInfoPid, std::map<uint32_t, int>& countInfoPid) updatePurgeablePidInfo() argument 598 updatePurgeableFidInfo(std::string& infoStr, std::map<uint32_t, std::string>& nameInfoFid, std::map<uint32_t, int>& sizeInfoFid, std::map<uint32_t, int>& countInfoFid) updatePurgeableFidInfo() argument 613 updatePurgeableUnknownInfo( std::string& infoStr, const std::string& unknownPrefix, const int countUnknown, const int sizeUnknown) updatePurgeableUnknownInfo() argument [all...] |