Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrDirectContext.h849 void syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned);
/external/skia/src/gpu/
DGrDirectContext.cpp425 void GrDirectContext::syncAllOutstandingGpuWork(bool shouldExecuteWhileAbandoned) { in syncAllOutstandingGpuWork() argument
426 if (fGpu && (!this->abandoned() || shouldExecuteWhileAbandoned)) { in syncAllOutstandingGpuWork()