Lines Matching refs:that
4 * Use of this source code is governed by a BSD-style license that can be
12 GrBackendSurfaceMutableState::GrBackendSurfaceMutableState(const GrBackendSurfaceMutableState& that)
13 : fBackend(that.fBackend), fIsValid(that.fIsValid) {
20 SkASSERT(that.fBackend == GrBackend::kVulkan);
21 fVkState = that.fVkState;
25 (void)that;
31 const GrBackendSurfaceMutableState& that) {
32 if (this != &that) {
34 new (this) GrBackendSurfaceMutableState(that);