Home
last modified time | relevance | path

Searched refs:GetInstance (Results 1 – 7 of 7) sorted by relevance

/development/ndk/sources/android/ndk_helper/
DJNIHelper.h26 #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();
DGLContext.h84 static GLContext* GetInstance() in GetInstance() function
Dshader.cpp34 if( !JNIHelper::GetInstance()->ReadFile( str_file_name, &data ) ) in CompileShader()
132 bool b = JNIHelper::GetInstance()->ReadFile( strFileName, &data ); in CompileShader()
DJNIHelper.cpp35 JNIHelper* JNIHelper::GetInstance() in GetInstance() function in ndk_helper::JNIHelper
73 JNIHelper& helper = *GetInstance(); in Init()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsRenderer.cpp55 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()
DMoreTeapotsNativeActivity.cpp115 gl_context_ = ndk_helper::GLContext::GetInstance(); in Engine()
451 ndk_helper::JNIHelper::GetInstance()->Init( state->activity, HELPER_CLASS_NAME ); in android_main()
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotNativeActivity.cpp105 gl_context_ = ndk_helper::GLContext::GetInstance(); in Engine()