diff options
author | 2011-05-04 17:45:36 -0700 | |
---|---|---|
committer | 2011-05-04 17:45:36 -0700 | |
commit | a89094aa3bc059c6e03b20b4c5b1ede4582f3da9 (patch) | |
tree | 442bc6fadbe5714d462fd8474b59057b5ab78c26 /libs/rs/rsProgramVertex.cpp | |
parent | 523ca2ba6de61306b3d3e62000e0e8c9f7edec3a (diff) |
Code Cleanup and better Sampler creation method
Change-Id: I9e35081ee6034cb619f43a47f8f22f38977f5d12
Diffstat (limited to 'libs/rs/rsProgramVertex.cpp')
-rw-r--r-- | libs/rs/rsProgramVertex.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index dfd732f39def..b8b3c0b36e71 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp @@ -37,8 +37,6 @@ void ProgramVertex::setupGL2(Context *rsc, ProgramVertexState *state) { return; } - rsc->checkError("ProgramVertex::setupGL2 start"); - if (!isUserProgram()) { if (mHal.state.constants[0].get() == NULL) { rsc->setError(RS_ERROR_FATAL_UNKNOWN, @@ -59,8 +57,6 @@ void ProgramVertex::setupGL2(Context *rsc, ProgramVertexState *state) { state->mLast.set(this); rsc->mHal.funcs.vertex.setActive(rsc, this); - - rsc->checkError("ProgramVertex::setupGL2"); } void ProgramVertex::setProjectionMatrix(Context *rsc, const rsc_Matrix *m) const { |