Home
last modified time | relevance | path

Searched refs:shouldExecuteWhileAbandoned (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/include/gpu/
H A DGrDirectContext.h920 // check in the call to know that it is safe to execute this. The shouldExecuteWhileAbandoned
922 void syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned);
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp95 this->syncAllOutstandingGpuWork(/*shouldExecuteWhileAbandoned=*/false); in ~GrDirectContext()
176 this->syncAllOutstandingGpuWork(/*shouldExecuteWhileAbandoned=*/true); in releaseResourcesAndAbandonContext()
497 void GrDirectContext::syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned) { in syncAllOutstandingGpuWork() argument
498 if (fGpu && (!this->abandoned() || shouldExecuteWhileAbandoned)) { in syncAllOutstandingGpuWork()

Completed in 4 milliseconds