Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDirectContext.cpp95 this->syncAllOutstandingGpuWork(/*shouldExecuteWhileAbandoned=*/false); in ~GrDirectContext()
132 this->syncAllOutstandingGpuWork(this->caps()->mustSyncGpuDuringAbandon()); in abandonContext()
176 this->syncAllOutstandingGpuWork(/*shouldExecuteWhileAbandoned=*/true); in releaseResourcesAndAbandonContext()
439 void GrDirectContext::syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned) { in syncAllOutstandingGpuWork() function in GrDirectContext
/third_party/skia/include/gpu/
DGrDirectContext.h850 void syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned);