Home
last modified time | relevance | path

Searched refs:requiresEarlyAbandon (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/gpu/
DGrContextFactory.cpp93 bool requiresEarlyAbandon = api == GrBackendApi::kVulkan || api == GrBackendApi::kDawn; in abandonContexts() local
94 if (requiresEarlyAbandon) { in abandonContexts()
101 if (!requiresEarlyAbandon) { in abandonContexts()