OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRootScript
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsContext.cpp
109
uint32_t ret = runScript(
mRootScript
.get());
327
if (!rsc->
mRootScript
.get() || !rsc->mHasSurface || rsc->mPaused || whenToCallAgain == 0) {
333
if (rsc->
mRootScript
.get() && rsc->mHasSurface && !rsc->mPaused) {
374
mRootScript
.clear();
625
mRootScript
.set(s);
rsContext.h
321
ObjectBaseRef<Script>
mRootScript
;
Completed in 1301 milliseconds