Home
last modified time | relevance | path

Searched refs:LOGI (Results 1 – 18 of 18) sorted by relevance

/development/ndk/sources/android/ndk_helper/
Dshader.cpp36 LOGI( "Can not open a file:%s", str_file_name ); in CompileShader()
72 LOGI( "Patched Shdader:\n%s", str.c_str() ); in CompileShader()
99 LOGI( "Shader compile log:\n%s", log ); in CompileShader()
135 LOGI( "Can not open a file:%s", strFileName ); in CompileShader()
155 LOGI( "Program link log:\n%s", log ); in LinkProgram()
163 LOGI( "Program link failed\n" ); in LinkProgram()
180 LOGI( "Program validate log:\n%s", log ); in ValidateProgram()
DJNIHelper.cpp112 LOGI( "JNIHelper has not been initialized.Call init() to initialize the helper" ); in ReadFile()
140 LOGI( "reading:%s", s.c_str() ); in ReadFile()
166 LOGI( "Failed to load:%s", fileName ); in ReadFile()
184 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" ); in GetExternalFilesDir()
212 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" ); in LoadTexture()
237 LOGI( "Texture load failed %s", file_name ); in LoadTexture()
256 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" ); in ConvertString()
296 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" ); in GetNativeAudioBufferSize()
318 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" ); in GetNativeAudioSampleRate()
360 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" ); in GetExternalFilesDirJString()
DJNIHelper.h26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, ndk_helper::JNIHelper::GetInstance()… macro
DGLContext.cpp232 LOGI( "Screen resized" ); in Resume()
244 LOGI( "Re-creating egl context" ); in Resume()
DgestureDetector.cpp74 LOGI( "TapDetector: Tap detected" ); in Detect()
111 LOGI( "DoubletapDetector: Doubletap detected" ); in Detect()
Dvecmath.h241 LOGI( "Vec2 %f %f", x_, y_ ); in Dump()
482 LOGI( "Vec3 %f %f %f", x_, y_, z_ ); in Dump()
950 LOGI( "%f %f %f %f", f_[0], f_[1], f_[2], f_[3] ); in Dump()
951 LOGI( "%f %f %f %f", f_[4], f_[5], f_[6], f_[7] ); in Dump()
952 LOGI( "%f %f %f %f", f_[8], f_[9], f_[10], f_[11] ); in Dump()
953 LOGI( "%f %f %f %f", f_[12], f_[13], f_[14], f_[15] ); in Dump()
/development/ndk/samples/module-exports/jni/foo/
Dfoo.c14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
18 LOGI("foo(%d) called !", x); in foo()
/development/ndk/platforms/android-5/samples/hello-gl2/jni/
Dgl_code.cpp30 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
35 LOGI("GL %s = %s\n", name, v); in printGLString()
41 LOGI("after %s() glError (0x%x)\n", op, error); in checkGlError()
130 LOGI("setupGraphics(%d, %d)", w, h); in setupGraphics()
138 LOGI("glGetAttribLocation(\"vPosition\") = %d\n", in setupGraphics()
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsRenderer.cpp63 LOGI( "Supported via extension!" ); in Init()
195 LOGI( "Shader compilation failed!! Falls back to ES2.0 pass" ); in Init()
389 LOGI( "Created Shader %d", program ); in LoadShaders()
394 LOGI( "Failed to compile vertex shader" ); in LoadShaders()
402 LOGI( "Failed to compile fragment shader" ); in LoadShaders()
421 LOGI( "Failed to link program: %d", program ); in LoadShaders()
474 LOGI( "Created Shader %d", program ); in LoadShadersES3()
479 LOGI( "Failed to compile vertex shader" ); in LoadShadersES3()
488 LOGI( "Failed to compile fragment shader" ); in LoadShadersES3()
502 LOGI( "Failed to link program: %d", program ); in LoadShadersES3()
DMoreTeapotsNativeActivity.cpp217 LOGI( "Trimming memory" ); in TrimMemory()
/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotRenderer.cpp209 LOGI( "Created Shader %d", program ); in LoadShaders()
214 LOGI( "Failed to compile vertex shader" ); in LoadShaders()
222 LOGI( "Failed to compile fragment shader" ); in LoadShaders()
242 LOGI( "Failed to link program: %d", program ); in LoadShaders()
DTeapotNativeActivity.cpp206 LOGI( "Trimming memory" ); in TrimMemory()
/development/perftests/panorama/feature_mos/src/mosaic/
DLog.h21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) macro
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c31 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
344 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) " in stats_endFrame()
419 LOGI("Key event: action=%d keyCode=%d metaState=0x%x", in engine_handle_input()
488 LOGI("Engine thread destroy requested!"); in android_main()
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c29 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__)) macro
280 LOGI("accelerometer: x=%f y=%f z=%f", in android_main()
/development/perftests/panorama/feature_mos/src/mosaic_renderer/
DRenderer.cpp90 LOGI("Program Linked (%d)!", program); in createProgram()
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c27 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) macro
335 LOGI("frame/s (avg,min,max) = (%.1f,%.1f,%.1f) " in stats_endFrame()
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.c28 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "threaded_app", __VA_ARGS__)) macro