summaryrefslogtreecommitdiffstats
path: root/rsProgramVertex.cpp
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-05-06 14:59:45 -0700
committerAlex Sakhartchouk <alexst@google.com>2011-05-06 14:59:45 -0700
commitc19ff0177a7a0dadfc01b1990f822354fdc95991 (patch)
tree1e10957941dded2cd689e07c33f953e86f088e33 /rsProgramVertex.cpp
parent7f126c78a107257090c6675ea40ffac41516a9dc (diff)
downloadandroid_frameworks_rs-c19ff0177a7a0dadfc01b1990f822354fdc95991.tar.gz
android_frameworks_rs-c19ff0177a7a0dadfc01b1990f822354fdc95991.tar.bz2
android_frameworks_rs-c19ff0177a7a0dadfc01b1990f822354fdc95991.zip
rsLib cleanup
Change-Id: Ifb66059338e3435ac79435296a650c44699921aa
Diffstat (limited to 'rsProgramVertex.cpp')
-rw-r--r--rsProgramVertex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramVertex.cpp b/rsProgramVertex.cpp
index b8b3c0b3..534e8a60 100644
--- a/rsProgramVertex.cpp
+++ b/rsProgramVertex.cpp
@@ -32,7 +32,7 @@ ProgramVertex::~ProgramVertex() {
mRSC->mHal.funcs.vertex.destroy(mRSC, this);
}
-void ProgramVertex::setupGL2(Context *rsc, ProgramVertexState *state) {
+void ProgramVertex::setup(Context *rsc, ProgramVertexState *state) {
if ((state->mLast.get() == this) && !mDirty) {
return;
}