Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp84 if (con->mIsGraphicsContext) { in PushState()
96 if (mRsc->mIsGraphicsContext) { in ~PushState()
331 } else if (rsc->mForceCpu || rsc->mIsGraphicsContext) { in threadProc()
369 if (rsc->mIsGraphicsContext) { in threadProc()
396 if (!rsc->mIsGraphicsContext) { in threadProc()
457 if (rsc->mIsGraphicsContext) { in threadProc()
472 if (mIsGraphicsContext) { in destroyWorkerThreadResources()
571 mIsGraphicsContext = sc != NULL; in initContext()
647 rsAssert(mIsGraphicsContext); in setSurface()
685 rsAssert(mIsGraphicsContext); in pause()
[all …]
DrsContext.h258 bool mIsGraphicsContext; variable