diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2010-09-30 11:36:37 -0700 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2010-09-30 11:36:37 -0700 |
| commit | f5b3510c706ed1f7611760dff0c94f2111531c68 (patch) | |
| tree | 05d2f7976a7ec1000a5ad0ee035151704da8a49c /libs/rs/rsContextHostStub.h | |
| parent | e224fabb2c59e9f1274c3569c04b91787824add0 (diff) | |
| download | frameworks_base-f5b3510c706ed1f7611760dff0c94f2111531c68.zip frameworks_base-f5b3510c706ed1f7611760dff0c94f2111531c68.tar.gz frameworks_base-f5b3510c706ed1f7611760dff0c94f2111531c68.tar.bz2 | |
Adding anisotropic filtering and related samples.
Change-Id: Idb173274417feb5e25bfd64c5e9fa2492a23a17e
Diffstat (limited to 'libs/rs/rsContextHostStub.h')
| -rw-r--r-- | libs/rs/rsContextHostStub.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/rs/rsContextHostStub.h b/libs/rs/rsContextHostStub.h index f30915e..06298e8 100644 --- a/libs/rs/rsContextHostStub.h +++ b/libs/rs/rsContextHostStub.h @@ -111,6 +111,9 @@ public: bool mLogScripts; bool mLogObjects; bool mLogShaders; + bool mLogShadersAttr; + bool mLogShadersUniforms; + bool mLogVisual; } props; void dumpDebug() const { } @@ -120,6 +123,7 @@ public: mutable const ObjectBase * mObjHead; bool ext_OES_texture_npot() const {return mGL.OES_texture_npot;} + float ext_texture_max_aniso() const {return 1.0f;} uint32_t getMaxFragmentTextures() const {return mGL.mMaxFragmentTextureImageUnits;} uint32_t getMaxFragmentUniformVectors() const {return mGL.mMaxFragmentUniformVectors;} uint32_t getMaxVertexUniformVectors() const {return mGL.mMaxVertexUniformVectors;} |
