Searched defs:drawOnce (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/
H A DrsContext.cpp328 bool drawOnce = false; local
342 drawOnce |= rsc->mIO.playCoreCommands(rsc, displayEvent.getFd());
349 drawOnce |= rsc->mIO.playCoreCommands(rsc, -1);
353 (targetRate || drawOnce) && !rsc->mPaused) {
355 drawOnce = false;

Completed in 9 milliseconds