Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp250 rsc->mForceCpu = true; in threadProc()
262 rsc->mForceCpu = true; in threadProc()
265 rsc->mForceCpu |= rsc->mIsGraphicsContext; in threadProc()
266 if (!rsc->loadDriver(rsc->mForceCpu, rsc->mForceRSoV)) { in threadProc()
439 mForceCpu = false; in Context()
468 rsc->mForceCpu = true; in createContext()
DrsContext.h306 bool mForceCpu; variable