Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
87 inline GrResourceCache::TextureAwaitingUnref::TextureAwaitingUnref(TextureAwaitingUnref&& that) {
88 fTexture = std::exchange(that.fTexture, nullptr);
89 fNumUnrefs = std::exchange(that.fNumUnrefs, 0);
93 TextureAwaitingUnref&& that) {
94 fTexture = std::exchange(that.fTexture, nullptr);
95 fNumUnrefs = std::exchange(that.fNumUnrefs, 0);
637 // up iterating over all the resources that already have timestamps.
742 // We need to make sure to free any resources that were waiting on a free message but never
778 // We need to make sure to free any resources that were waiting on a free message but never
933 // Everything that is in the scratch map should be usable as a
1078 // When the timestamp overflows validate() is called. validate() checks that resources in
1145 // resource become purgeable. However, we should never allow that transition. Wrapped
1146 // resources are the only resources that can be in that state and they aren't allowed to
1627 // If we wrap then all the existing resources will appear older than any resources that get