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.cpp35 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RenderScript JNI", __VA_ARGS__); macro
291 LOG_ERR("couldn't dlopen %s; librsjni version: %d", dlerror(), RS_JNI_VERSION);
296 LOG_ERR("Dispatch table init failed! librsjni version: %d", RS_JNI_VERSION);
309 LOG_ERR("Couldn't load libRSSupportIO.so, librsjni version: %d", RS_JNI_VERSION);
313 LOG_ERR("libRSSupportIO init failed! librsjni version: %d", RS_JNI_VERSION);
381 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation.");
388 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation.");
395 LOG_ERR("Unexpected number of dependencies in closure creation");
400 LOG_ERR("Too many arguments or globals in closure creation");
481 LOG_ERR("Unmatche
[all...]

Completed in 73 milliseconds