Home
last modified time | relevance | path

Searched refs:mDraw (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/rs/
DrsContext.cpp248 bool mDraw = true; in threadProc() local
262 mDraw |= rsc->mIO.playCoreCommands(rsc, doWait, waitTime); in threadProc()
263 mDraw &= (rsc->mRootScript.get() != NULL); in threadProc()
264 mDraw &= rsc->mHasSurface; in threadProc()
266 if (mDraw && rsc->mIsGraphicsContext) { in threadProc()
275 mDraw = !rsc->mPaused; in threadProc()