Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp267 rsc->mForceCpu = true; in threadProc()
273 rsc->mForceCpu = true; in threadProc()
276 rsc->mForceCpu |= rsc->mIsGraphicsContext; in threadProc()
277 rsc->loadDriver(rsc->mForceCpu); in threadProc()
460 mForceCpu = false; in Context()
494 rsc->mForceCpu = true; in createContext()
DrsContext.h311 bool mForceCpu; variable