diff options
author | 2011-04-29 16:49:08 -0700 | |
---|---|---|
committer | 2011-04-29 16:49:08 -0700 | |
commit | 4a36b45c72b91045db49c54d33fd7a05fc5a7a3d (patch) | |
tree | 15ae5ac6f9ad21b859de875785ff551389bf65c5 /libs/rs/rsFont.h | |
parent | b4a56f10d875dc62a9c73008f98596c7e32fc249 (diff) |
Moving renderscript GL code into the HAL
This change affects
- shaders
- meshes
- fonts
- quad rendering
Change-Id: I2a53acb4cd1fa8f4c6e67668f6ee969f3d7f7aa1
Diffstat (limited to 'libs/rs/rsFont.h')
-rw-r--r-- | libs/rs/rsFont.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/rs/rsFont.h b/libs/rs/rsFont.h index 91a5da90d067..d18c0d91566d 100644 --- a/libs/rs/rsFont.h +++ b/libs/rs/rsFont.h @@ -230,9 +230,7 @@ protected: uint32_t mMaxNumberOfQuads; void initVertexArrayBuffers(); - ObjectBaseRef<Allocation> mIndexBuffer; - ObjectBaseRef<Allocation> mVertexArray; - + ObjectBaseRef<Mesh> mMesh; bool mInitialized; |