diff options
author | 2011-05-06 14:59:45 -0700 | |
---|---|---|
committer | 2011-05-06 14:59:45 -0700 | |
commit | 407cae950325682a56fe5373dd218a666da901ef (patch) | |
tree | 0a2a4bbc602f2a9ff4103cfd3641992d2a9214b4 /libs/rs/rsProgramVertex.cpp | |
parent | 6b7d778fa7420a45e54a78fb3e034cb68ad6c4bd (diff) |
rsLib cleanup
Change-Id: Ifb66059338e3435ac79435296a650c44699921aa
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 b8b3c0b36e71..534e8a607bf5 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; } |