Searched refs:GetInstance (Results 1 – 7 of 7) sorted by relevance
26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, ndk_helper::JNIHelper::GetInstance()…27 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, ndk_helper::JNIHelper::GetInstance()…28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, ndk_helper::JNIHelper::GetInstance(…86 static JNIHelper* GetInstance();
84 static GLContext* GetInstance() in GetInstance() function
34 if( !JNIHelper::GetInstance()->ReadFile( str_file_name, &data ) ) in CompileShader()132 bool b = JNIHelper::GetInstance()->ReadFile( strFileName, &data ); in CompileShader()
35 JNIHelper* JNIHelper::GetInstance() in GetInstance() function in ndk_helper::JNIHelper73 JNIHelper& helper = *GetInstance(); in Init()
55 if( ndk_helper::GLContext::GetInstance()->GetGLVersion() >= 3.0 ) in Init()59 else if( ndk_helper::GLContext::GetInstance()->CheckExtension( "GL_NV_draw_instanced" ) in Init()60 && ndk_helper::GLContext::GetInstance()->CheckExtension( in Init()
115 gl_context_ = ndk_helper::GLContext::GetInstance(); in Engine()451 ndk_helper::JNIHelper::GetInstance()->Init( state->activity, HELPER_CLASS_NAME ); in android_main()
105 gl_context_ = ndk_helper::GLContext::GetInstance(); in Engine()