summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramVertex.cpp
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-05-12 10:15:17 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-12 10:15:17 -0700
commit415c842aa6dd3cc797ed2ef1ae42351f594a6c74 (patch)
tree938ce71744d87aa03730d7fce22ca0243a369fa9 /libs/rs/rsProgramVertex.cpp
parente4ba346f0f1bb153ec1f9da5c0a4fc96c301efda (diff)
parent407cae950325682a56fe5373dd218a666da901ef (diff)
downloadframeworks_base-415c842aa6dd3cc797ed2ef1ae42351f594a6c74.zip
frameworks_base-415c842aa6dd3cc797ed2ef1ae42351f594a6c74.tar.gz
frameworks_base-415c842aa6dd3cc797ed2ef1ae42351f594a6c74.tar.bz2
Merge "rsLib cleanup"
Diffstat (limited to 'libs/rs/rsProgramVertex.cpp')
-rw-r--r--libs/rs/rsProgramVertex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp
index b8b3c0b..534e8a6 100644
--- a/libs/rs/rsProgramVertex.cpp
+++ b/libs/rs/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;
}