summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramRaster.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-05-14 15:30:29 -0700
committerJason Sams <rjsams@android.com>2010-05-14 15:30:29 -0700
commitf603d212552485c634e25f3556f847dc2b022bd5 (patch)
treea2112e01bd2f7d72465717a153216a6d8b6e63f4 /libs/rs/rsProgramRaster.h
parent54db59c3594e887a412a24713fc3daa1c2404593 (diff)
downloadframeworks_base-f603d212552485c634e25f3556f847dc2b022bd5.zip
frameworks_base-f603d212552485c634e25f3556f847dc2b022bd5.tar.gz
frameworks_base-f603d212552485c634e25f3556f847dc2b022bd5.tar.bz2
Change RS to use the passed surface size rather than EGL size.
Its possible that during a resize the EGL information could be stale so caching this is bad. The surface size should always be correct. Change-Id: Ifd479e1ea70b1cada1a8690c7c82e91aa391b685 Conflicts: libs/rs/rsProgramStore.cpp libs/rs/rsProgramStore.h
Diffstat (limited to 'libs/rs/rsProgramRaster.h')
-rw-r--r--libs/rs/rsProgramRaster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramRaster.h b/libs/rs/rsProgramRaster.h
index c3a9c90..04eaaa8 100644
--- a/libs/rs/rsProgramRaster.h
+++ b/libs/rs/rsProgramRaster.h
@@ -56,7 +56,7 @@ class ProgramRasterState
public:
ProgramRasterState();
~ProgramRasterState();
- void init(Context *rsc, int32_t w, int32_t h);
+ void init(Context *rsc);
void deinit(Context *rsc);
ObjectBaseRef<ProgramRaster> mDefault;