diff options
| author | Jason Sams <rjsams@android.com> | 2010-05-13 18:30:11 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2010-05-13 18:35:01 -0700 |
| commit | ccc010bb7c0f89e162bf60033968a20be90a903a (patch) | |
| tree | bb1844ba5d1ae99f00e66e861d3a00a53a8afc78 /rsScriptC.cpp | |
| parent | 1b6b7fabe4fe7fdcbcff6b701af7e3c71d254d9e (diff) | |
| download | android_frameworks_rs-ccc010bb7c0f89e162bf60033968a20be90a903a.tar.gz android_frameworks_rs-ccc010bb7c0f89e162bf60033968a20be90a903a.tar.bz2 android_frameworks_rs-ccc010bb7c0f89e162bf60033968a20be90a903a.zip | |
Rename ProgramFragmentStore to ProgramStore.
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
Diffstat (limited to 'rsScriptC.cpp')
| -rw-r--r-- | rsScriptC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp index 45c30522..86cda808 100644 --- a/rsScriptC.cpp +++ b/rsScriptC.cpp @@ -183,7 +183,7 @@ void ScriptCState::runCompiler(Context *rsc, ScriptC *s) s->mEnviroment.mFragment.set(rsc->getDefaultProgramFragment()); s->mEnviroment.mVertex.set(rsc->getDefaultProgramVertex()); - s->mEnviroment.mFragmentStore.set(rsc->getDefaultProgramFragmentStore()); + s->mEnviroment.mFragmentStore.set(rsc->getDefaultProgramStore()); s->mEnviroment.mRaster.set(rsc->getDefaultProgramRaster()); if (s->mProgram.mRoot) { |
