Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.cpp361 mIsContextLite = false; in Context()
376 rsc->mIsContextLite = true; in createContextLite()
435 if (!mIsContextLite) { in ~Context()
DrsContext.h259 bool mIsContextLite; variable