summaryrefslogtreecommitdiffstats
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-05-13 18:30:11 -0700
committerJason Sams <rjsams@android.com>2010-05-13 18:35:01 -0700
commitccc010bb7c0f89e162bf60033968a20be90a903a (patch)
treebb1844ba5d1ae99f00e66e861d3a00a53a8afc78 /rsScriptC.cpp
parent1b6b7fabe4fe7fdcbcff6b701af7e3c71d254d9e (diff)
downloadandroid_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.cpp2
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) {