summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramVertex.cpp
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-05-04 17:45:36 -0700
committerAlex Sakhartchouk <alexst@google.com>2011-05-04 17:45:36 -0700
commita89094aa3bc059c6e03b20b4c5b1ede4582f3da9 (patch)
tree442bc6fadbe5714d462fd8474b59057b5ab78c26 /libs/rs/rsProgramVertex.cpp
parent523ca2ba6de61306b3d3e62000e0e8c9f7edec3a (diff)
downloadframeworks_base-a89094aa3bc059c6e03b20b4c5b1ede4582f3da9.zip
frameworks_base-a89094aa3bc059c6e03b20b4c5b1ede4582f3da9.tar.gz
frameworks_base-a89094aa3bc059c6e03b20b4c5b1ede4582f3da9.tar.bz2
Code Cleanup and better Sampler creation method
Change-Id: I9e35081ee6034cb619f43a47f8f22f38977f5d12
Diffstat (limited to 'libs/rs/rsProgramVertex.cpp')
-rw-r--r--libs/rs/rsProgramVertex.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp
index dfd732f..b8b3c0b 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 {