diff options
author | 2011-04-01 14:19:01 -0700 | |
---|---|---|
committer | 2011-04-01 14:19:01 -0700 | |
commit | 8e90f2bc1fa35a2dc7bd2aab8b8241b628800218 (patch) | |
tree | c2b3e36a41b00d7ef8be23d6441ff44893f686ab /libs/rs/rsFont.cpp | |
parent | 397de169e5462bf0c62506827819f93336b3f123 (diff) |
First draft of fbo in renderscript.
Updating samples and benchmark
Change-Id: I469bf8b842fca72b59475c8fa024c12cf0e14954
Diffstat (limited to 'libs/rs/rsFont.cpp')
-rw-r--r-- | libs/rs/rsFont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsFont.cpp b/libs/rs/rsFont.cpp index 01dbab8705de..595c89a2c808 100644 --- a/libs/rs/rsFont.cpp +++ b/libs/rs/rsFont.cpp @@ -566,7 +566,7 @@ void FontState::initVertexArrayBuffers() { indexPtr[i6 + 5] = i4 + 3; } - indexAlloc->deferedUploadToBufferObject(mRSC); + indexAlloc->deferredUploadToBufferObject(mRSC); mIndexBuffer.set(indexAlloc); const Element *posElem = Element::create(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 3); |