Ejemplo n.º 1
0
 @Override
 public void glCreated(GL10 gl) {
   if (null != mListener) {
     mListener.onGLCreated(gl);
   }
 }