Searched refs:LOG_ERR (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp23 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RS Dispatch", __VA_ARGS__); macro
31 LOG_ERR("Couldn't initialize dispatchTab.SetNativeLibDir");
156 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType");
160 LOG_ERR("Couldn't initialize dispatchTab.TypeGetNativeData");
164 LOG_ERR("Couldn't initialize dispatchTab.ElementGetNativeData");
168 LOG_ERR("Couldn't initialize dispatchTab.ElementGetSubElements");
172 LOG_ERR("Couldn't initialize dispatchTab.DeviceCreate");
176 LOG_ERR("Couldn't initialize dispatchTab.DeviceDestroy");
180 LOG_ERR("Couldn't initialize dispatchTab.DeviceSetConfig");
184 LOG_ERR("Could
[all...]
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp33 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RenderScript JNI", __VA_ARGS__); macro
289 LOG_ERR("couldn't dlopen %s; librsjni version: %d", dlerror(), RS_JNI_VERSION);
294 LOG_ERR("Dispatch table init failed! librsjni version: %d", RS_JNI_VERSION);
307 LOG_ERR("Couldn't load libRSSupportIO.so, librsjni version: %d", RS_JNI_VERSION);
311 LOG_ERR("libRSSupportIO init failed! librsjni version: %d", RS_JNI_VERSION);
379 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation.");
386 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation.");
393 LOG_ERR("Unexpected number of dependencies in closure creation");
398 LOG_ERR("Too many arguments or globals in closure creation");
479 LOG_ERR("Unmatche
[all...]

Completed in 1085 milliseconds