summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgram.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2011-05-05 09:38:00 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-05 09:38:00 -0700
commit19c5c7a7bc0fe7d91a3d39c10a001aed25a6f1ca (patch)
treee157c79f78abb7ea6d23a536c813412e07e76737 /libs/rs/rsProgram.h
parent4f413e413da02fa9213ff120a29f949b83c7f9f5 (diff)
parenta89094aa3bc059c6e03b20b4c5b1ede4582f3da9 (diff)
downloadframeworks_base-19c5c7a7bc0fe7d91a3d39c10a001aed25a6f1ca.zip
frameworks_base-19c5c7a7bc0fe7d91a3d39c10a001aed25a6f1ca.tar.gz
frameworks_base-19c5c7a7bc0fe7d91a3d39c10a001aed25a6f1ca.tar.bz2
Merge "Code Cleanup and better Sampler creation method"
Diffstat (limited to 'libs/rs/rsProgram.h')
-rw-r--r--libs/rs/rsProgram.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h
index bcf5519..2922270 100644
--- a/libs/rs/rsProgram.h
+++ b/libs/rs/rsProgram.h
@@ -43,8 +43,6 @@ public:
void bindTexture(Context *, uint32_t slot, Allocation *);
void bindSampler(Context *, uint32_t slot, Sampler *);
- void setShader(const char *, uint32_t len);
-
void forceDirty() const {mDirty = true;}
struct Hal {