// Graphic interfaces.
JNIEXPORT void JNICALL
Java_com_projecttango_experiments_nativepointcloud_TangoJNINative_initGlContent(
    JNIEnv*, jobject) {
  InitGlContent();
}
JNIEXPORT void JNICALL
Java_com_projecttango_experiments_nativemotiontracking_TangoJNINative_initGlContent(
    JNIEnv*, jobject) {
  InitGlContent();
}