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/
rsScript.h
112
ObjectBaseRef<ProgramStore>
mFragmentStore
;
rsScriptC.cpp
139
if (mEnviroment.
mFragmentStore
.get()) {
140
rsc->setProgramStore(mEnviroment.
mFragmentStore
.get());
383
mEnviroment.
mFragmentStore
.set(rsc->getDefaultProgramStore());
443
mEnviroment.
mFragmentStore
.clear();
rsContext.h
148
ProgramStore * getProgramStore() {return
mFragmentStore
.get();}
334
ObjectBaseRef<ProgramStore>
mFragmentStore
;
rsContext.cpp
202
mFragmentStore
->setup(this, &mStateFragmentStore);
213
mFragmentStore
->setup(this, &mStateFragmentStore);
395
mFragmentStore
.clear();
669
mFragmentStore
.set(mStateFragmentStore.mDefault);
671
mFragmentStore
.set(pfs);
Completed in 49 milliseconds