diff options
Diffstat (limited to 'libs/hwui/FontRenderer.cpp')
| -rw-r--r-- | libs/hwui/FontRenderer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/FontRenderer.cpp b/libs/hwui/FontRenderer.cpp index fd2bdc6..6bef7c7 100644 --- a/libs/hwui/FontRenderer.cpp +++ b/libs/hwui/FontRenderer.cpp @@ -508,8 +508,10 @@ void FontRenderer::checkTextureUpdate() { void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) { if (!mFunctor) return; +#if !USE_GLOPS Caches& caches = mFunctor->renderer->getCaches(); RenderState& renderState = mFunctor->renderer->renderState(); +#endif bool first = true; bool forceRebind = false; |
