diff options
author | Jason Sams <rjsams@android.com> | 2011-03-18 15:03:25 -0700 |
---|---|---|
committer | Jason Sams <rjsams@android.com> | 2011-04-04 17:09:37 -0700 |
commit | 48f505657adba4d9156856e7d5593f23af5d5d5a (patch) | |
tree | 4ad2cc9c93513d7131bd4af93a77c5e23f8005ae /libs/rs/rsScriptC.cpp | |
parent | 9f4ef02aef8f3cc1969f83f59a9be40f1ff71625 (diff) |
Seperate GL from RS program store.
Change-Id: I0eae9c0699845af8e8611b065e70738cc9f2b15c
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index d5c486b14d3d..8e958913096b 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -185,7 +185,7 @@ bool ScriptC::runCompiler(Context *rsc, //LOGE("runCompiler %p %p %p %p %p %i", rsc, this, resName, cacheDir, bitcode, bitcodeLen); - rsc->mHal.funcs.script.scriptInit(rsc, this, resName, cacheDir, bitcode, bitcodeLen, 0, symbolLookup); + rsc->mHal.funcs.script.init(rsc, this, resName, cacheDir, bitcode, bitcodeLen, 0, symbolLookup); mEnviroment.mFragment.set(rsc->getDefaultProgramFragment()); mEnviroment.mVertex.set(rsc->getDefaultProgramVertex()); |