Searched refs:emplaceResult (Results 1 – 2 of 2) sorted by relevance
6555 auto emplaceResult = mCachedTextureLevelData.emplace(dstID, TextureLevels()); in copyCachedTextureLevel() local6556 ASSERT(emplaceResult.second); in copyCachedTextureLevel()6557 foundDstTextureLevels = emplaceResult.first; in copyCachedTextureLevel()6570 auto emplaceResult = foundDstLevels.emplace(dstLevel, std::move(dstTextureLevel)); in copyCachedTextureLevel() local6571 ASSERT(emplaceResult.second); in copyCachedTextureLevel()6583 auto emplaceResult = mCachedTextureLevelData.emplace(texture->id(), TextureLevels()); in getCachedTextureLevelData() local6584 ASSERT(emplaceResult.second); in getCachedTextureLevelData()6585 foundTextureLevels = emplaceResult.first; in getCachedTextureLevelData()6626 auto emplaceResult = foundLevels.emplace(adjustedLevel, std::move(newPixelData)); in getCachedTextureLevelData() local6627 ASSERT(emplaceResult.second); in getCachedTextureLevelData()[all …]
3609 auto emplaceResult = mPayload.emplace(desc, InnerCache()); in getRenderPassWithOpsImpl() local3610 outerIt = emplaceResult.first; in getRenderPassWithOpsImpl()