diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2011-05-06 14:59:45 -0700 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2011-05-06 14:59:45 -0700 |
| commit | c19ff0177a7a0dadfc01b1990f822354fdc95991 (patch) | |
| tree | 1e10957941dded2cd689e07c33f953e86f088e33 /rsProgramVertex.cpp | |
| parent | 7f126c78a107257090c6675ea40ffac41516a9dc (diff) | |
| download | android_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.cpp | 2 |
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; } |
