commit | 2978bfc6ad79c8f1138d34a704ce5b3d3d70d2c1 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Mon Feb 22 15:37:51 2010 -0800 |
committer | Jason Sams <rjsams@android.com> | Mon Feb 22 15:37:51 2010 -0800 |
tree | e87e3477880e64454f57cbc00cf22aea71e762a4 | |
parent | 33285c37abee6d95d0ac55cd7e9889cdc8d96d14 [diff] [blame] |
beging np2 extension check work.
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index 03e65f1..04bd748 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/rsContext.h
@@ -163,6 +163,8 @@ mutable const ObjectBase * mObjHead; + bool ext_OES_texture_npot() const {return mGL.OES_texture_npot;} + protected: Device *mDev; @@ -196,6 +198,8 @@ int32_t mMaxVertexAttribs; int32_t mMaxVertexUniformVectors; int32_t mMaxVertexTextureUnits; + + bool OES_texture_npot; } mGL; uint32_t mWidth;