summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsSampler.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-02-22 15:37:51 -0800
committerJason Sams <rjsams@android.com>2010-02-22 15:37:51 -0800
commit2978bfc6ad79c8f1138d34a704ce5b3d3d70d2c1 (patch)
treee87e3477880e64454f57cbc00cf22aea71e762a4 /libs/rs/rsSampler.h
parent33285c37abee6d95d0ac55cd7e9889cdc8d96d14 (diff)
downloadframeworks_base-2978bfc6ad79c8f1138d34a704ce5b3d3d70d2c1.zip
frameworks_base-2978bfc6ad79c8f1138d34a704ce5b3d3d70d2c1.tar.gz
frameworks_base-2978bfc6ad79c8f1138d34a704ce5b3d3d70d2c1.tar.bz2
beging np2 extension check work.
Diffstat (limited to 'libs/rs/rsSampler.h')
-rw-r--r--libs/rs/rsSampler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsSampler.h b/libs/rs/rsSampler.h
index 9e20a2f..0506081 100644
--- a/libs/rs/rsSampler.h
+++ b/libs/rs/rsSampler.h
@@ -41,7 +41,7 @@ public:
virtual ~Sampler();
void bind(Allocation *);
- void setupGL(const Context *);
+ void setupGL(const Context *, bool npot);
void bindToContext(SamplerState *, uint32_t slot);
void unbindFromContext(SamplerState *);