summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsScriptC_Lib.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-07-29 20:55:44 -0700
committerJason Sams <rjsams@android.com>2009-07-29 20:55:44 -0700
commitfaf1520be77aa01903f9ad87990377f44e185224 (patch)
treeb19baaf038a4543185644735b8bc38405e7c4686 /libs/rs/rsScriptC_Lib.cpp
parent31b532ee9e1aaebbe383b13422cc59df43de4725 (diff)
downloadframeworks_base-faf1520be77aa01903f9ad87990377f44e185224.zip
frameworks_base-faf1520be77aa01903f9ad87990377f44e185224.tar.gz
frameworks_base-faf1520be77aa01903f9ad87990377f44e185224.tar.bz2
Filmstrip work and boxed bitmap load bugfixes.
Diffstat (limited to 'libs/rs/rsScriptC_Lib.cpp')
-rw-r--r--libs/rs/rsScriptC_Lib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/rs/rsScriptC_Lib.cpp b/libs/rs/rsScriptC_Lib.cpp
index 4121906..7db3619 100644
--- a/libs/rs/rsScriptC_Lib.cpp
+++ b/libs/rs/rsScriptC_Lib.cpp
@@ -497,9 +497,9 @@ ScriptCState::SymbolTable_t ScriptCState::gSyms[] = {
"void", "(int, int, int)" },
// vp
- { "vpLoadModelMatrix", (void *)&SC_bindProgramFragment,
+ { "vpLoadModelMatrix", (void *)&SC_vpLoadModelMatrix,
"void", "(void *)" },
- { "vpLoadTextureMatrix", (void *)&SC_bindProgramFragmentStore,
+ { "vpLoadTextureMatrix", (void *)&SC_vpLoadTextureMatrix,
"void", "(void *)" },