diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2010-09-30 14:04:43 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-30 14:04:43 -0700 |
| commit | 12c08f2c874972c258f5d7dfe8865bc9d16a25e5 (patch) | |
| tree | ccddeb130d17625c475ed9a6b306ceb3f239075b /libs/rs/rsAdapter.cpp | |
| parent | 1eb98bdb448ea3bd7d4d2b6b2f3e3406a03fb21b (diff) | |
| parent | f5b3510c706ed1f7611760dff0c94f2111531c68 (diff) | |
| download | frameworks_base-12c08f2c874972c258f5d7dfe8865bc9d16a25e5.zip frameworks_base-12c08f2c874972c258f5d7dfe8865bc9d16a25e5.tar.gz frameworks_base-12c08f2c874972c258f5d7dfe8865bc9d16a25e5.tar.bz2 | |
Merge "Adding anisotropic filtering and related samples."
Diffstat (limited to 'libs/rs/rsAdapter.cpp')
| -rw-r--r-- | libs/rs/rsAdapter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsAdapter.cpp b/libs/rs/rsAdapter.cpp index b4ec250..ef69b75 100644 --- a/libs/rs/rsAdapter.cpp +++ b/libs/rs/rsAdapter.cpp @@ -183,7 +183,6 @@ void Adapter2D::subData(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, co uint32_t eSize = mAllocation.get()->getType()->getElementSizeBytes(); uint32_t lineSize = eSize * w; - uint32_t destW = getDimX(); const uint8_t *src = static_cast<const uint8_t *>(data); for (uint32_t line=yoff; line < (yoff+h); line++) { |
