Home
last modified time | relevance | path

Searched refs:finishFlush (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/
DGrDrawingManager.cpp335 GrSemaphoresSubmitted result = gpu->finishFlush(numSemaphores, backendSemaphores); in flush()
415 flushState->gpu()->finishFlush(0, nullptr); in executeOpLists()
432 flushState->gpu()->finishFlush(0, nullptr); in executeOpLists()
DGrGpu.h264 GrSemaphoresSubmitted finishFlush(int numSemaphores, GrBackendSemaphore backendSemaphores[]);
DGrGpu.cpp378 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush() function in GrGpu