diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2011-05-12 10:15:17 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-05-12 10:15:17 -0700 |
| commit | 415c842aa6dd3cc797ed2ef1ae42351f594a6c74 (patch) | |
| tree | 938ce71744d87aa03730d7fce22ca0243a369fa9 /libs/rs/rsProgramVertex.cpp | |
| parent | e4ba346f0f1bb153ec1f9da5c0a4fc96c301efda (diff) | |
| parent | 407cae950325682a56fe5373dd218a666da901ef (diff) | |
| download | frameworks_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.cpp | 2 |
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; } |
