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 326 bool drawOnce = false;
340 drawOnce |= rsc->mIO.playCoreCommands(rsc, displayEvent.getFd());
347 drawOnce |= rsc->mIO.playCoreCommands(rsc, -1);
351 (targetRate || drawOnce) && !rsc->mPaused) {
353 drawOnce = false;

Completed in 1940 milliseconds