Lines Matching refs:fActiveCommandPools
415 for (const GrVkCommandPool* pool : fActiveCommandPools) {
422 fActiveCommandPools.push_back(result);
431 // unref all the fActiveCommandPools and reset the array. Since this can happen in the middle
432 // of the loop here, we need to additionally check that fActiveCommandPools still has pools on
438 for (int i = fActiveCommandPools.count() - 1; fActiveCommandPools.count() && i >= 0; --i) {
439 GrVkCommandPool* pool = fActiveCommandPools[i];
443 fActiveCommandPools.removeShuffle(i);
454 for (int i = fActiveCommandPools.count() - 1; fActiveCommandPools.count() && i >= 0; --i) {
455 GrVkCommandPool* pool = fActiveCommandPools[i];
465 for (int i = 0; i < fActiveCommandPools.count(); ++i) {
466 GrVkCommandPool* pool = fActiveCommandPools[i];
504 for (GrVkCommandPool* pool : fActiveCommandPools) {
508 fActiveCommandPools.reset();