Searched defs:ErrorState (Results 1 – 1 of 1) sorted by relevance
45 struct ErrorState { in popErrorScopes() struct46 SkEnumBitMask<DawnErrorType> fError; in popErrorScopes()47 int fScopeIdx; in popErrorScopes()48 DawnAsyncWait fWait; in popErrorScopes()50 ErrorState(const DawnSharedContext* sharedContext) in popErrorScopes() argument83 struct ErrorState { in popErrorScopes() struct84 SkEnumBitMask<DawnErrorType> fError = DawnErrorType::kNoError; in popErrorScopes()85 int fScopeIdx = kScopeCount - 1; in popErrorScopes()