Home
last modified time | relevance | path

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

/external/skia/tools/sk_app/
DMetalWindowContext.mm38 fInFlightSemaphore = dispatch_semaphore_create(kMaxBuffersInFlight);
88 dispatch_semaphore_wait(fInFlightSemaphore, DISPATCH_TIME_FOREVER);
93 __block dispatch_semaphore_t block_sema = fInFlightSemaphore;
DMetalWindowContext.h51 dispatch_semaphore_t fInFlightSemaphore; variable