Lines Matching refs:fSemaphoresToWaitOn
235 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in destroyResources()
236 fSemaphoresToWaitOn[i]->unref(this); in destroyResources()
238 fSemaphoresToWaitOn.reset(); in destroyResources()
276 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in disconnect()
277 fSemaphoresToWaitOn[i]->unrefAndAbandon(); in disconnect()
289 fSemaphoresToWaitOn.reset(); in disconnect()
323 fCurrentCmdBuffer->submitToQueue(this, fQueue, sync, fSemaphoresToSignal, fSemaphoresToWaitOn); in submitCommandBuffer()
328 for (int i = 0; i < fSemaphoresToWaitOn.count(); ++i) { in submitCommandBuffer()
329 fSemaphoresToWaitOn[i]->unref(this); in submitCommandBuffer()
331 fSemaphoresToWaitOn.reset(); in submitCommandBuffer()
2366 fSemaphoresToWaitOn.push_back(resource); in waitSemaphore()