Home
last modified time | relevance | path

Searched refs:forceFlush (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ops/
DGrSemaphoreOp.cpp19 bool forceFlush) { in Make() argument
22 forceFlush)); in Make()
29 bool forceFlush) in GrSignalSemaphoreOp() argument
30 : INHERITED(ClassID(), std::move(semaphore), proxy), fForceFlush(forceFlush) {} in GrSignalSemaphoreOp()
68 bool forceFlush) { in MakeSignal() argument
69 return GrSignalSemaphoreOp::Make(std::move(semaphore), proxy, forceFlush); in MakeSignal()
DGrSemaphoreOp.h21 bool forceFlush);
/external/lz4/tests/
Dframetest.c650 { unsigned const forceFlush = neverFlush ? 0 : ((FUZ_rand(&randState) & 3) == 1); in fuzzerTests() local
651 if (forceFlush) { in fuzzerTests()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1431 bool forceFlush = (i == (numSemaphores - 1)); in prepareForExternalIO() local
1434 forceFlush)); in prepareForExternalIO()