Searched refs:fSemaphoresToSignal (Results 1 – 4 of 4) sorted by relevance
240 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in destroyResources()241 fSemaphoresToSignal[i]->unref(this); in destroyResources()243 fSemaphoresToSignal.reset(); in destroyResources()279 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in disconnect()280 fSemaphoresToSignal[i]->unrefAndAbandon(); in disconnect()290 fSemaphoresToSignal.reset(); in disconnect()323 fCurrentCmdBuffer->submitToQueue(this, fQueue, sync, fSemaphoresToSignal, fSemaphoresToWaitOn); in submitCommandBuffer()332 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in submitCommandBuffer()333 fSemaphoresToSignal[i]->unref(this); in submitCommandBuffer()335 fSemaphoresToSignal.reset(); in submitCommandBuffer()[all …]
282 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToSignal; variable
259 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in destroyResources()260 fSemaphoresToSignal[i]->unref(); in destroyResources()262 fSemaphoresToSignal.reset(); in destroyResources()288 fSemaphoresToSignal.reset(); in disconnect()386 !fSemaphoresToSignal.count() && !fSemaphoresToWaitOn.count()) { in submitCommandBuffer()400 bool didSubmit = fMainCmdBuffer->submitToQueue(this, fQueue, fSemaphoresToSignal, in submitCommandBuffer()424 for (int i = 0; i < fSemaphoresToSignal.count(); ++i) { in submitCommandBuffer()425 fSemaphoresToSignal[i]->unref(); in submitCommandBuffer()427 fSemaphoresToSignal.reset(); in submitCommandBuffer()2559 fSemaphoresToSignal.push_back(resource); in insertSemaphore()
375 SkSTArray<1, GrVkSemaphore::Resource*> fSemaphoresToSignal; variable