summaryrefslogtreecommitdiff
path: root/rsContext.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-11-17 09:13:24 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-17 09:13:24 -0800
commitb505694f35fe75b20bac42178f20084831519bcf (patch)
tree757cdf1ddb19c60b85f978dc4ff8a1842a02440a /rsContext.h
parent38c9d8f3d503d1a617a9233df4ea5695b662fa8c (diff)
parenta74a8f635ce4fae0a9d4b9c79e9fa412787bf6a2 (diff)
downloadrs-b505694f35fe75b20bac42178f20084831519bcf.tar.gz
Merge "Fixing FBO font rendering bug that resulted from using old surface size."
Diffstat (limited to 'rsContext.h')
-rw-r--r--rsContext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsContext.h b/rsContext.h
index 199cc5a3..c6582c9d 100644
--- a/rsContext.h
+++ b/rsContext.h
@@ -164,6 +164,9 @@ public:
uint32_t getWidth() const {return mWidth;}
uint32_t getHeight() const {return mHeight;}
+ uint32_t getCurrentSurfaceWidth() const;
+ uint32_t getCurrentSurfaceHeight() const;
+
mutable ThreadIO mIO;
// Timers