OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFragmentStore
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsScriptC.cpp
123
if (mEnviroment.
mFragmentStore
.get()) {
124
rsc->setProgramStore(mEnviroment.
mFragmentStore
.get());
306
mEnviroment.
mFragmentStore
.set(rsc->getDefaultProgramStore());
366
mEnviroment.
mFragmentStore
.clear();
rsScript.h
97
ObjectBaseRef<ProgramStore>
mFragmentStore
;
rsContext.h
143
ProgramStore * getProgramStore() {return
mFragmentStore
.get();}
275
ObjectBaseRef<ProgramStore>
mFragmentStore
;
rsContext.cpp
199
mFragmentStore
->setup(this, &mStateFragmentStore);
210
mFragmentStore
->setup(this, &mStateFragmentStore);
466
mFragmentStore
.clear();
683
mFragmentStore
.set(mStateFragmentStore.mDefault);
685
mFragmentStore
.set(pfs);
Completed in 26 milliseconds