diff options
author | 2010-05-13 18:30:11 -0700 | |
---|---|---|
committer | 2010-05-13 18:35:01 -0700 | |
commit | 54db59c3594e887a412a24713fc3daa1c2404593 (patch) | |
tree | cd78b514370d0e9b60e3711417395601824e8270 /libs/rs/rsScript.h | |
parent | f5523645a97643874840e029b4a7e9a4e4220806 (diff) |
Rename ProgramFragmentStore to ProgramStore.
Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r-- | libs/rs/rsScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index f05269af473f..c2fe8ef00662 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h @@ -27,7 +27,7 @@ namespace renderscript { class ProgramVertex; class ProgramFragment; class ProgramRaster; -class ProgramFragmentStore; +class ProgramStore; #define MAX_SCRIPT_BANKS 32 @@ -50,7 +50,7 @@ public: ObjectBaseRef<ProgramVertex> mVertex; ObjectBaseRef<ProgramFragment> mFragment; ObjectBaseRef<ProgramRaster> mRaster; - ObjectBaseRef<ProgramFragmentStore> mFragmentStore; + ObjectBaseRef<ProgramStore> mFragmentStore; uint32_t mInvokeFunctionCount; InvokeFunc_t *mInvokeFunctions; |