Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDirectContext.cpp79 this->syncAllOutstandingGpuWork(/*shouldExecuteWhileAbandoned=*/false); in ~GrDirectContext()
116 this->syncAllOutstandingGpuWork(this->caps()->mustSyncGpuDuringAbandon()); in abandonContext()
160 this->syncAllOutstandingGpuWork(/*shouldExecuteWhileAbandoned=*/true); in releaseResourcesAndAbandonContext()
425 void GrDirectContext::syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned) { in syncAllOutstandingGpuWork() function in GrDirectContext
/external/skia/include/gpu/
DGrDirectContext.h849 void syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned);