Searched refs:LOG_API (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 22 #define LOG_API(...) macro 29 LOG_API("Couldn't initialize dispatchTab.SetNativeLibDir"); in loadSymbols() 35 LOG_API("Couldn't initialize dispatchTab.AllocationGetType"); in loadSymbols() 40 LOG_API("Couldn't initialize dispatchTab.TypeGetNativeData"); in loadSymbols() 45 LOG_API("Couldn't initialize dispatchTab.ElementGetNativeData"); in loadSymbols() 50 LOG_API("Couldn't initialize dispatchTab.ElementGetSubElements"); in loadSymbols() 55 LOG_API("Couldn't initialize dispatchTab.DeviceCreate"); in loadSymbols() 60 LOG_API("Couldn't initialize dispatchTab.DeviceDestroy"); in loadSymbols() 65 LOG_API("Couldn't initialize dispatchTab.DeviceSetConfig"); in loadSymbols() 70 LOG_API("Couldn't initialize dispatchTab.ContextCreate"); in loadSymbols() [all …]
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 32 #define LOG_API(...) macro 280 LOG_API("couldn't dlopen %s, %s", filename, dlerror()); in nLoadSO() 285 LOG_API("%s init failed!", filename); in nLoadSO() 288 LOG_API("Successfully loaded %s", filename); in nLoadSO() 297 LOG_API("Couldn't load libRSSupportIO.so"); in nLoadIOSO() 301 LOG_API("libRSSupportIO init failed!"); in nLoadIOSO() 339 LOG_API("nContextFinish, con(%p)", (RsContext)con); in nContextFinish() 370 LOG_API("Unmatched field IDs, values, and sizes in closure creation."); in nClosureCreate() 377 LOG_API("Unmatched closures and field IDs for dependencies in closure creation."); in nClosureCreate() 384 LOG_API("Unexpected number of dependencies in closure creation"); in nClosureCreate() [all …]
|
D | android_rscompat_usage_io_driver.cpp | 10 #define LOG_API(...) macro 23 LOG_API("Error Locking IO output buffer."); in IoGetBuffer() 53 LOG_API("Error setting IO output buffer geometry."); in rscAllocationSetSurface() 103 LOG_API("Error sending IO output buffer."); in rscAllocationIoSend() 109 LOG_API("Sent IO buffer with no attached surface."); in rscAllocationIoSend()
|
D | android_rscompat_usage_io.cpp | 7 #define LOG_API(...) macro 11 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)", in AllocationSetSurface()
|