Lines Matching defs:proxies
96 // MDB TODO: make use of the 'proxies' parameter.
98 SkSpan<GrSurfaceProxy*> proxies,
117 if (!proxies.empty() && !info.fNumSemaphores && !info.fFinishedProc &&
119 bool allUnused = std::all_of(proxies.begin(), proxies.end(), [&](GrSurfaceProxy* proxy) {
183 // resource allocation & usage on their own. (No deferred or lazy proxies!)
237 gpu->executeFlushInfo(proxies, access, info, newState);
495 // If, after a flush, any of the proxies of interest have dirty mipmaps, regenerate them in
509 SkSpan<GrSurfaceProxy*> proxies,
531 // portion of the DAG required by 'proxies' in order to restore some of the
533 bool didFlush = this->flush(proxies, access, info, newState);
534 for (GrSurfaceProxy* proxy : proxies) {