Seperate GL from RS program store.

Change-Id: I0eae9c0699845af8e8611b065e70738cc9f2b15c
diff --git a/rsFont.cpp b/rsFont.cpp
index 595c89a..0871d2f 100644
--- a/rsFont.cpp
+++ b/rsFont.cpp
@@ -513,6 +513,7 @@
     mFontProgramStore->setBlendFunc(RS_BLEND_SRC_SRC_ALPHA, RS_BLEND_DST_ONE_MINUS_SRC_ALPHA);
     mFontProgramStore->setDitherEnable(false);
     mFontProgramStore->setDepthMask(false);
+    mFontProgramStore->init();
 }
 
 void FontState::initTextTexture() {