Searched refs:flushInfo (Results 1 – 3 of 3) sorted by relevance
91 GrFlushInfo flushInfo; in flushAndSubmit() local95 flushInfo.fNumSemaphores = 1; in flushAndSubmit()96 flushInfo.fSignalSemaphores = &backendSemaphore; in flushAndSubmit()97 flushInfo.fFinishedProc = unref_semaphore; in flushAndSubmit()98 flushInfo.fFinishedContext = destroySemaphoreInfo; in flushAndSubmit()100 GrSemaphoresSubmitted submitted = grContext->flush(flushInfo); in flushAndSubmit()108 flushInfo.fFinishedProc(destroySemaphoreInfo); in flushAndSubmit()
96 const FlushInfo& flushInfo = it.second; in dump() local100 flushInfo.mFirstFlushPending ? "First flush pending" : in dump()102 flushInfo.mPendingFlushEventsToSend); in dump()140 const FlushInfo& flushInfo = it.second; in dump() local145 proto->write(FlushInfoProto::FIRST_FLUSH_PENDING, flushInfo.mFirstFlushPending); in dump()147 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 …]
652 GrFlushInfo flushInfo; in finishFrame() local671 flushInfo.fNumSemaphores = 1; in finishFrame()672 flushInfo.fSignalSemaphores = sharedSemaphore->grBackendSemaphore(); in finishFrame()673 flushInfo.fFinishedProc = destroy_semaphore; in finishFrame()675 flushInfo.fFinishedContext = sharedSemaphore.get(); in finishFrame()682 surface, SkSurfaces::BackendSurfaceAccess::kPresent, flushInfo); in finishFrame()837 GrFlushInfo flushInfo; in createReleaseFence() local838 flushInfo.fNumSemaphores = 1; in createReleaseFence()839 flushInfo.fSignalSemaphores = sharedSemaphore->grBackendSemaphore(); in createReleaseFence()840 flushInfo.fFinishedProc = destroy_semaphore; in createReleaseFence()[all …]