HomeSort by relevance Sort by last modified time
    Searched defs:drawOnce (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkDrawTo.h 27 SkBool drawOnce;
  /frameworks/rs/
rsContext.cpp 328 bool drawOnce = false;
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 233 milliseconds