Searched refs:LOG_API (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp22 #define LOG_API(...) macro
29 LOG_API("Couldn't initialize dispatchTab.SetNativeLibDir");
35 LOG_API("Couldn't initialize dispatchTab.AllocationGetType");
40 LOG_API("Couldn't initialize dispatchTab.TypeGetNativeData");
45 LOG_API("Couldn't initialize dispatchTab.ElementGetNativeData");
50 LOG_API("Couldn't initialize dispatchTab.ElementGetSubElements");
55 LOG_API("Couldn't initialize dispatchTab.DeviceCreate");
60 LOG_API("Couldn't initialize dispatchTab.DeviceDestroy");
65 LOG_API("Couldn't initialize dispatchTab.DeviceSetConfig");
70 LOG_API("Could
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_rscompat_usage_io.cpp7 #define LOG_API(...) macro
11 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
H A Dandroid_rscompat_usage_io_driver.cpp10 #define LOG_API(...) macro
23 LOG_API("Error Locking IO output buffer.");
53 LOG_API("Error setting IO output buffer geometry.");
103 LOG_API("Error sending IO output buffer.");
109 LOG_API("Sent IO buffer with no attached surface.");
H A Dandroid_renderscript_RenderScript.cpp31 //#define LOG_API ALOG
32 #define LOG_API(...) macro
280 LOG_API("couldn't dlopen %s, %s", filename, dlerror());
285 LOG_API("%s init failed!", filename);
288 LOG_API("Successfully loaded %s", filename);
297 LOG_API("Couldn't load libRSSupportIO.so");
301 LOG_API("libRSSupportIO init failed!");
339 LOG_API("nContextFinish, con(%p)", (RsContext)con);
370 LOG_API("Unmatched field IDs, values, and sizes in closure creation.");
377 LOG_API("Unmatche
[all...]

Completed in 106 milliseconds