Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 21 of 21) sorted by relevance

/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc32 LOGE("after %s() glError (0x%x)\n", operation, error); in CheckGlError()
66 LOGE("hello_ar::util::Could not compile shader %d:\n%s\n", shader_type, in LoadShader()
103 LOGE("hello_ar::util::Could not link program:\n%s\n", buf); in CreateProgram()
142 LOGE("hello_ar::util::Could not find Java helper class %s", in LoadPngFromAssetManager()
169 LOGE("util::GetTransformMatrixFromPose model_mat is null."); in GetTransformMatrixFromPose()
272 LOGE("glm Matrix - %s: %s\n", type, str.c_str()); in LogGlmMat()
276LOGE("SkMatrix - %s: [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] … in LogSkMat44()
286 LOGE("SkMatrix - %s: [%g, %g, %g] || [%g, %g, %g] || [%g, %g, %g] \n", type, in LogSkMat()
Dplane_renderer.cc70 LOGE("Could not create program."); in InitializeGlContent()
89 LOGE("Could not load png texture for planes."); in InitializeGlContent()
103 LOGE("shader_program is null."); in Draw()
158 LOGE("PlaneRenderer::UpdatePlane, no valid plane polygon is found"); in UpdateForPlane()
Dutil.h39 #ifndef LOGE
40 #define LOGE(...) \ macro
47 LOGE("*** CHECK FAILED at %s:%d: %s", __FILE__, __LINE__, #condition); \
Dbackground_renderer.cc61 LOGE("Could not create program."); in InitializeGlContent()
Dhello_ar_application.cc238 LOGE("HelloArApplication::OnDrawFrame ArSession_update error"); in OnDrawFrame()
499 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchedFirst()
597 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchedFirst()
683 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchTranslate()
771 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchTranslate()
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc32 LOGE("after %s() glError (0x%x)\n", operation, error); in CheckGlError()
66 LOGE("hello_ar::util::Could not compile shader %d:\n%s\n", shader_type, in LoadShader()
103 LOGE("hello_ar::util::Could not link program:\n%s\n", buf); in CreateProgram()
142 LOGE("hello_ar::util::Could not find Java helper class %s", in LoadPngFromAssetManager()
169 LOGE("util::GetTransformMatrixFromPose model_mat is null."); in GetTransformMatrixFromPose()
272 LOGE("glm Matrix - %s: %s\n", type, str.c_str()); in LogGlmMat()
276LOGE("SkMatrix - %s: [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] … in LogSkMat44()
286 LOGE("SkMatrix - %s: [%g, %g, %g] || [%g, %g, %g] || [%g, %g, %g] \n", type, in LogSkMat()
Dplane_renderer.cc70 LOGE("Could not create program."); in InitializeGlContent()
89 LOGE("Could not load png texture for planes."); in InitializeGlContent()
103 LOGE("shader_program is null."); in Draw()
158 LOGE("PlaneRenderer::UpdatePlane, no valid plane polygon is found"); in UpdateForPlane()
Dutil.h39 #ifndef LOGE
40 #define LOGE(...) \ macro
47 LOGE("*** CHECK FAILED at %s:%d: %s", __FILE__, __LINE__, #condition); \
Dbackground_renderer.cc61 LOGE("Could not create program."); in InitializeGlContent()
Dhello_ar_application.cc238 LOGE("HelloArApplication::OnDrawFrame ArSession_update error"); in OnDrawFrame()
499 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchedFirst()
597 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchedFirst()
683 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchTranslate()
771 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchTranslate()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
39 LOGE("Cannot open /dev/ptmx: %s\n", strerror(errno)); in CreateSubprocess()
46 LOGE("Trouble with /dev/ptmx: %s\n", strerror(errno)); in CreateSubprocess()
52 LOGE("Fork failed: %s\n", strerror(errno)); in CreateSubprocess()
171 LOGE("Couldn't create a FileDescriptor."); in Java_com_googlecode_android_1scripting_Exec_createSubprocess()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtime_log.h62 LOGE("Out of log entries!"); in TimeLog()
87 LOGE("Too many log entries!"); in UpdateAverage()
Dlogging.h105 #define LOGE(...) LogPrintF(ANDROID_LOG_ERROR, __VA_ARGS__); macro
117 #define LOGE(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__); macro
Dintegral_image.h96 LOGE("Mismatch! %d vs %d", curr_val, image_base[y][x]); in VerifyData()
101 LOGE("Mismatch!"); in VerifyData()
Dobject_tracker_jni.cc365 LOGE("null array!"); in OBJECT_TRACKER_METHOD()
390 LOGE("null array!"); in OBJECT_TRACKER_METHOD()
Dimage.h310 LOGE("Couldn't allocate image data!"); in Allocate()
Dutils.h64 LOGE("CHECK FAILED (%s): " format, #condition, ##__VA_ARGS__);\
Doptical_flow.cc445 LOGE("Backward error!"); in FindFlowAtPointSingleLevel()
Dobject_tracker.cc673 LOGE("Removing object! %s", iter->c_str()); in TrackObjects()
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff283 - LOGE("Error: Could not allocate pyramids for blending");
291 - LOGE("Error: No frames to blend");
299 - LOGE("RunBlend: aborting -consistency check failed,"
309 - LOGE("RunBlend: aborting - mosaic size check failed, "
319 - LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight);
327 - LOGE("Error: Could not generate Laplacian pyramids");
335 - LOGE("Error: Could not allocate pyramids for blending");
355 - LOGE("Error: Could not BorderExpand!");
506 - LOGE("Error: Unknown blending type %d",blendingType);
/external/libxcam/modules/isp/
Dlibtbd.c32 #define MSG_ERR(...) LOGE(__VA_ARGS__)