Searched refs:flushInfo (Results 1 – 2 of 2) sorted by relevance
97 const FlushInfo& flushInfo = it.second; in dump() local101 flushInfo.mFirstFlushPending ? "First flush pending" : in dump()103 flushInfo.mPendingFlushEventsToSend); in dump()141 const FlushInfo& flushInfo = it.second; in dump() local146 proto->write(FlushInfoProto::FIRST_FLUSH_PENDING, flushInfo.mFirstFlushPending); in dump()148 flushInfo.mPendingFlushEventsToSend); in dump()221 FlushInfo& flushInfo = mSensorInfo[handle]; in setFirstFlushPending() local222 flushInfo.mFirstFlushPending = value; in setFirstFlushPending()281 FlushInfo& flushInfo = mSensorInfo[handle]; in incrementPendingFlushCountIfHasAccess() local282 flushInfo.mPendingFlushEventsToSend++; in incrementPendingFlushCountIfHasAccess()[all …]
515 GrFlushInfo flushInfo; in finishFrame() local518 flushInfo.fNumSemaphores = 1; in finishFrame()519 flushInfo.fSignalSemaphores = &backendSemaphore; in finishFrame()520 flushInfo.fFinishedProc = destroy_semaphore; in finishFrame()521 flushInfo.fFinishedContext = mDestroySemaphoreContext; in finishFrame()526 surface->flush(SkSurface::BackendSurfaceAccess::kPresent, flushInfo); in finishFrame()699 GrFlushInfo flushInfo; in createReleaseFence() local700 flushInfo.fNumSemaphores = 1; in createReleaseFence()701 flushInfo.fSignalSemaphores = &backendSemaphore; in createReleaseFence()702 flushInfo.fFinishedProc = destroy_semaphore; in createReleaseFence()[all …]