Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.cpp23 #define LOG_ERR(...) __android_log_print(ANDROID_LOG_ERROR, "RS Dispatch", __VA_ARGS__); macro
31 LOG_ERR("Couldn't initialize dispatchTab.SetNativeLibDir"); in loadSymbols()
156 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType"); in loadSymbols()
160 LOG_ERR("Couldn't initialize dispatchTab.TypeGetNativeData"); in loadSymbols()
164 LOG_ERR("Couldn't initialize dispatchTab.ElementGetNativeData"); in loadSymbols()
168 LOG_ERR("Couldn't initialize dispatchTab.ElementGetSubElements"); in loadSymbols()
172 LOG_ERR("Couldn't initialize dispatchTab.DeviceCreate"); in loadSymbols()
176 LOG_ERR("Couldn't initialize dispatchTab.DeviceDestroy"); in loadSymbols()
180 LOG_ERR("Couldn't initialize dispatchTab.DeviceSetConfig"); in loadSymbols()
184 LOG_ERR("Couldn't initialize dispatchTab.ContextCreate"); in loadSymbols()
[all …]
/frameworks/rs/support/jni/
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); in nLoadSO()
296 LOG_ERR("Dispatch table init failed! librsjni version: %d", RS_JNI_VERSION); in nLoadSO()
309 LOG_ERR("Couldn't load libRSSupportIO.so, librsjni version: %d", RS_JNI_VERSION); in nLoadIOSO()
313 LOG_ERR("libRSSupportIO init failed! librsjni version: %d", RS_JNI_VERSION); in nLoadIOSO()
381 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation."); in nClosureCreate()
388 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation."); in nClosureCreate()
395 LOG_ERR("Unexpected number of dependencies in closure creation"); in nClosureCreate()
400 LOG_ERR("Too many arguments or globals in closure creation"); in nClosureCreate()
481 LOG_ERR("Unmatched field IDs, values, and sizes in closure creation."); in nInvokeClosureCreate()
[all …]