Searched refs:LOGE (Results 1 – 7 of 7) sorted by relevance
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro 71 LOGE("Could not compile shader %d:\n%s\n", in loadShader() 110 LOGE("Could not link program:\n%s\n", buf); in createProgram() 133 LOGE("Could not create program."); in setupGraphics()
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Log.h | 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
|
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 52 LOGE("Could not compile shader %d:\n%s\n", in loadShader() 102 LOGE("Could not link program:\n%s\n", buf); in createProgram()
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro 378 LOGE("AndroidBitmap_getInfo() failed ! error=%d", ret); in Java_com_example_plasma_PlasmaView_renderPlasma() 383 LOGE("Bitmap format is not RGB_565 !"); in Java_com_example_plasma_PlasmaView_renderPlasma() 388 LOGE("AndroidBitmap_lockPixels() failed ! error=%d", ret); in Java_com_example_plasma_PlasmaView_renderPlasma()
|
/development/ndk/sources/android/ndk_helper/ |
D | JNIHelper.h | 28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, ndk_helper::JNIHelper::GetInstance(… macro
|
/development/ndk/sources/android/native_app_glue/ |
D | android_native_app_glue.c | 30 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__)) macro 59 LOGE("No data on command pipe!"); in android_app_read_cmd() 260 LOGE("could not create pipe: %s", strerror(errno)); in android_app_create() 283 LOGE("Failure writing android_app cmd: %s\n", strerror(errno)); in android_app_write_cmd()
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|